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

Function lazyReadableStream

lib/internal/blob.js:96–101  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

94// modules, lazy loading here makes sure that things work.
95
96function lazyReadableStream(options) {
97 // eslint-disable-next-line no-global-assign
98 ReadableStream ??=
99 require('internal/webstreams/readablestream').ReadableStream;
100 return new ReadableStream(options);
101}
102
103const { EOL } = require('internal/constants');
104

Callers 1

readableWebStreamMethod · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected