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

Function handleError

src/core/background.ts:67–73  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

65}
66
67function handleError(error) {
68 // 点击暂停按钮
69 document.getElementById('record').click();
70 // 点击下载按钮
71 document.getElementById('download').click();
72 // trace(error.message);
73}
74
75let constraints = {
76 video: true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected