Searched refs:devtoolsSocket (Results 1 – 1 of 1) sorted by relevance
42 private devtoolsSocket: DevToolsSocket; property in ChromeTracingController57 this.devtoolsSocket = new DevToolsSocket();58 this.devtoolsSocket.on('close', () => this.resetState());59 const rpcClient = new rpc.Client(this.devtoolsSocket);155 this.devtoolsSocket.detach();160 if (!this.devtoolsSocket.isAttached() || this.streamHandle === undefined) {209 if (this.devtoolsSocket.isAttached()) {214 this.devtoolsSocket.attachToBrowser(async (error?: string) => {222 this.devtoolsSocket.detach();227 this.devtoolsSocket.detach();[all …]