Lavacord
    Preparing search index...
    type WebSocketClosedEventData = {
        byRemote: boolean;
        code:
            | 4001
            | 4002
            | 4003
            | 4004
            | 4005
            | 4006
            | 4009
            | 4011
            | 4012
            | 4014
            | 4015
            | 4016;
        reason: string;
    }
    Index

    Properties

    Properties

    byRemote: boolean
    code:
        | 4001
        | 4002
        | 4003
        | 4004
        | 4005
        | 4006
        | 4009
        | 4011
        | 4012
        | 4014
        | 4015
        | 4016
    reason: string