MCPcopy Index your code
hub / github.com/nodejs/node / arrayBuffer

Method arrayBuffer

deps/undici/src/lib/api/readable.js:215–217  ·  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

213 * @returns {Promise<ArrayBuffer>}
214 */
215 arrayBuffer () {
216 return consume(this, 'arrayBuffer')
217 }
218
219 /**
220 * Not implemented

Callers

nothing calls this directly

Calls 1

consumeFunction · 0.70

Tested by

no test coverage detected