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

Function dropFirstFrame

src/__tests__/MediaStreamRecorder.js:919–922  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

917// https://github.com/gsroth
918
919function dropFirstFrame(arr) {
920 arr.shift();
921 return arr;
922}
923
924/**
925 * @param {Blob} file - File or Blob object. This parameter is required.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected