SocketsTypesSSEAdapterOptionsTypeVersion: v7.0.0On this page SSEAdapterOptionsTypeImportimport { SSEAdapterOptionsType } from "@hyper-fetch/sockets"SourceView the source codePackage@hyper-fetch/sockets Previewtype SSEAdapterOptionsType = { autoConnect?: boolean; eventSourceInit?: EventSourceInit; } StructureSSEAdapterOptionsTypeNameTypeDescriptionautoConnectbooleaneventSourceInitEventSourceInit