A11 TypeScript API - v0.2.1
    Preparing search index...

    Class WireMessage

    Atomic application message exchanged by every A11 transport.

    It batches independent node fragments and action calls to reduce transport overhead. Ordering belongs to each fragment's node sequence, not to the WireMessage or transport. An otherwise empty message with headers is also used for lifecycle metadata such as session completion.

    Index
    actions: ActionMessage[]
    headers: ByteMap
    nodeFragments: NodeFragment[]
    VERSION: 1

    Current MessagePack/JSON wire schema version.

    • get isHalfClose(): boolean

      Whether this carries only headers and can serve as a lifecycle marker.

      Returns boolean