gespenst API - v0.1.0
    Preparing search index...
    WebSocketAddon

    Connects a browser terminal to a binary WebSocket PTY endpoint, forwards geometry changes, and optionally reconnects with exponential backoff.

    ReconnectOptions

    Exponential-backoff policy used after an unexpected disconnect.

    SocketTransport

    Byte streams produced by socketTransport.

    WebSocketAddonOptions

    Configuration for the binary WebSocket terminal transport.

    WebSocketAddonStatus

    Observable lifecycle states for a WebSocketAddon.

    WEBSOCKET_PROTOCOL

    Default WebSocket subprotocol used by the addon and example PTY server.

    socketTransport

    Adapts a browser WebSocket to the native terminal's byte-stream transport contract. Binary messages become PTY output; outbound bytes are sent without text transcoding.