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

Method readable

lib/internal/webstreams/transformstream.js:185–189  ·  view source on GitHub ↗

* @readonly * @type {ReadableStream}

()

Source from the content-addressed store, hash-verified

183 * @type {ReadableStream}
184 */
185 get readable() {
186 if (!isTransformStream(this))
187 throw new ERR_INVALID_THIS('TransformStream');
188 return this[kState].readable;
189 }
190
191 /**
192 * @readonly

Callers

nothing calls this directly

Calls 1

isTransformStreamFunction · 0.85

Tested by

no test coverage detected