@tauri-apps/plugin-websocket - v2.4.0
    Preparing search index...

    Interface CloseFrame

    interface CloseFrame {
        code: number;
        reason: string;
    }
    Index

    Properties

    Properties

    code: number
    reason: string