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

Function handleDataAvailable

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

Source from the content-addressed store, hash-verified

93
94/* 这里把每10ms获取的数据放入recordedBlobs */
95function handleDataAvailable(event) {
96 if (event.data && event.data.size > 0) {
97 recordedBlobs.push(event.data);
98 }
99}
100
101/*
102 * 录制button状态转换

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected