property SsePluginOptions.retryMs
Since 0.1.0

Reconnection time in milliseconds. When set, the first bytes on every new stream are retry: <ms> advertising the reconnect delay. Omit to send no retry: field.

Type

number

Usage

import { type SsePluginOptions } from "sse-plugin/src/index.ts";