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

Function doubleToString

src/__tests__/MediaStreamRecorder.js:2585–2590  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

2583 }
2584
2585 function doubleToString(num) {
2586 return [].slice.call(
2587 new Uint8Array((new Float64Array([num])).buffer), 0).map(function(e) {
2588 return String.fromCharCode(e);
2589 }).reverse().join('');
2590 }
2591
2592 var webm = new ArrayToWebM(frames.map(function(frame) {
2593 var webp = parseWebP(parseRIFF(atob(frame.image.slice(23))));

Callers 1

ArrayToWebMFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected