MCPcopy Create free account
hub / github.com/Wscats/chrome-devtools-cli / handleStop

Function handleStop

src/core/background.ts:163–165  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

161}
162
163function handleStop(event) {
164 console.log('Recorder stopped: ', event);
165}
166
167/* 结束录制 */
168function stopRecording() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected