Skip to main content
Version: v7.0.0

SSEAdapterOptionsType


Import
import { SSEAdapterOptionsType } from "@hyper-fetch/sockets"

Preview

type SSEAdapterOptionsType = {
autoConnect?: boolean;
eventSourceInit?: EventSourceInit;
}

Structure

SSEAdapterOptionsType
NameTypeDescription
autoConnect
boolean
eventSourceInit
EventSourceInit
Sockets
On this page