RPC operations exposed by the DevTools

interface DevToolsRPC {
    safeDispatchEvent<Detail>(type, detail?): Promise<void>;
}

Methods