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

Method arrayBuffer

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

Source from the content-addressed store, hash-verified

9726 }
9727 // https://fetch.spec.whatwg.org/#dom-body-arraybuffer
9728 arrayBuffer() {
9729 return __async(this, null, function* () {
9730 return consume(this, "arrayBuffer");
9731 });
9732 }
9733 // https://fetch.spec.whatwg.org/#dom-body-formdata
9734 formData() {
9735 return __async(this, null, function* () {

Callers 3

arrayBufferMethod · 0.45
writeBlobFunction · 0.45
addMethod · 0.45

Calls 2

__asyncFunction · 0.70
consumeFunction · 0.70

Tested by

no test coverage detected