Anchorage API reference
    Preparing search index...

    The injected transport. A browser-WebSocket implementation lives ONLY in the UI pass (use-web-socket-transport.ts); the library never hard-depends on a WebSocket global.

    interface StreamTransport {
        open(url: string, handlers: StreamHandlers): StreamConnection;
    }
    Index

    Methods

    Methods