Interface CloseFrame

interface CloseFrame {
    code?: number;
    reason?: string | Buffer;
}

Properties

Properties

code?: number
reason?: string | Buffer

Generated using TypeDoc