MCPcopy Create free account
hub / github.com/angular/dev-infra / BOMSniffing

Function BOMSniffing

github-actions/saucelabs/set-saucelabs-env.js:15425–15435  ·  view source on GitHub ↗
(ioQueue)

Source from the content-addressed store, hash-verified

15423 }))();
15424 }
15425 function fireAProgressEvent(e, reader) {
15426 const event = new ProgressEvent(e, {
15427 bubbles: false,
15428 cancelable: false
15429 });
15430 reader.dispatchEvent(event);
15431 }
15432 function packageData(bytes, type, mimeType, encodingName) {
15433 switch (type) {
15434 case "DataURL": {
15435 let dataURL = "data:";
15436 const parsed = parseMIMEType(mimeType || "application/octet-stream");
15437 if (parsed !== "failure") {
15438 dataURL += serializeAMimeType(parsed);

Callers 1

decodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected