Anchorage API reference
    Preparing search index...

    The transport wires these back to the subscriber.

    interface StreamHandlers {
        onClose?(): void;
        onError?(err: unknown): void;
        onMessage(data: string): void;
        onOpen?(): void;
    }
    Index

    Methods