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

Function arrayBuffer

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

Source from the content-addressed store, hash-verified

5802 }, instance);
5803 },
5804 arrayBuffer() {
5805 return consumeBody(this, (bytes) => {
5806 return new Uint8Array(bytes).buffer;
5807 }, instance);
5808 },
5809 text() {
5810 return consumeBody(this, utf8DecodeBytes, instance);
5811 },

Callers

nothing calls this directly

Calls 1

consumeBodyFunction · 0.70

Tested by

no test coverage detected