Beignet API reference
    Preparing search index...

    Interface ServerSentEventSubscription

    Closeable subscription returned by an SSE stream's start callback.

    interface ServerSentEventSubscription {
        close(): void | Promise<void>;
    }
    Index
    • Close the associated subscription.

      Returns void | Promise<void>