masto
    Preparing search index...

    Interface WebSocketCustomImplProps

    interface WebSocketCustomImplProps {
        implementation?: unknown;
    }
    Index

    Properties

    Properties

    implementation?: unknown

    Custom WebSocket implementation. In Deno, you can use WebSocket to avoid potential errors.

    Defaults to window.WebSocket.