Endo
    Preparing search index...

    Interface OutgoingSocketState

    interface OutgoingSocketState {
        authenticated: boolean;
        pendingWrites: Uint8Array<ArrayBufferLike>[];
    }
    Index

    Properties

    authenticated: boolean
    pendingWrites: Uint8Array<ArrayBufferLike>[]