MCPcopy Create free account
hub / github.com/nodejs/node / arrayBuffer

Method arrayBuffer

deps/undici/undici.js:17204–17206  ·  view source on GitHub ↗

* Consumes and returns the body as an ArrayBuffer. * * @see https://fetch.spec.whatwg.org/#dom-body-arraybuffer * @returns {Promise }

()

Source from the content-addressed store, hash-verified

17202 * @returns {Promise<ArrayBuffer>}
17203 */
17204 arrayBuffer() {
17205 return consume(this, "arrayBuffer");
17206 }
17207 /**
17208 * Not implemented
17209 *

Callers

nothing calls this directly

Calls 1

consumeFunction · 0.70

Tested by

no test coverage detected