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

Method blob

deps/undici/undici.js:17186–17188  ·  view source on GitHub ↗

* Consumes and returns the body as a Blob * * @see https://fetch.spec.whatwg.org/#dom-body-blob * @returns {Promise }

()

Source from the content-addressed store, hash-verified

17184 * @returns {Promise<Blob>}
17185 */
17186 blob() {
17187 return consume(this, "blob");
17188 }
17189 /**
17190 * Consumes and returns the body as an Uint8Array.
17191 *

Callers

nothing calls this directly

Calls 1

consumeFunction · 0.70

Tested by

no test coverage detected