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

    Enumeration ChannelEndpointRole

    Which side of a binary channel a ChannelWireStream may drive.

    Index
    CLIENT: "client"

    Initiate the transport with WireStream.start.

    EITHER: "either"

    Allow either startup method; useful for custom channel adapters.

    SERVER: "server"

    Receive the transport with WireStream.accept.