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

Method stream

lib/internal/blob.js:323–327  ·  view source on GitHub ↗

* @returns {ReadableStream}

()

Source from the content-addressed store, hash-verified

321 * @returns {ReadableStream}
322 */
323 stream() {
324 if (!isBlob(this))
325 throw new ERR_INVALID_THIS('Blob');
326 return createBlobReaderStream(this[kHandle].getReader());
327 }
328}
329
330function TransferableBlob(handle, length, type = '') {

Callers

nothing calls this directly

Calls 3

isBlobFunction · 0.85
createBlobReaderStreamFunction · 0.85
getReaderMethod · 0.80

Tested by

no test coverage detected