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

Function arrayBuffer

github-actions/saucelabs/set-saucelabs-env.js:5804–5808  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5802 let mimeType = bodyMimeType(this);
5803 if (mimeType === null) {
5804 mimeType = "";
5805 } else if (mimeType) {
5806 mimeType = serializeAMimeType(mimeType);
5807 }
5808 return new Blob2([bytes], { type: mimeType });
5809 }, instance);
5810 },
5811 arrayBuffer() {

Callers

nothing calls this directly

Calls 1

consumeBodyFunction · 0.70

Tested by

no test coverage detected