SSEAdapterOptionsType
import { SSEAdapterOptionsType } from "@hyper-fetch/sockets"
Description
Defined in adapter/adapter.types.ts:87
Preview
type SSEAdapterOptionsType = {
eventSourceInit: EventSourceInit;
}
Structure
{
eventSourceInit: EventSourceInit;
}