kkrpc
    Preparing search index...

    Interface InspectorConfig

    Constructor options for KKRPCInspector.

    interface InspectorConfig {
        backends?: InspectorBackend[];
        options?: InspectorOptions;
    }
    Index

    Properties

    Properties

    backends?: InspectorBackend[]

    Backends that receive sanitized inspector events.

    Filtering, sanitization, and latency tracking options.