MCPcopy Create free account
hub / github.com/cloudflare/computer / getReader

Method getReader

examples/think/worker-configuration.d.ts:2253–2253  ·  view source on GitHub ↗

* The **`getReader()`** method of the ReadableStream interface creates a reader and locks the stream to it. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/getReader)

()

Source from the content-addressed store, hash-verified

2251 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/getReader)
2252 */
2253 getReader(): ReadableStreamDefaultReader<R>;
2254 /**
2255 * The **`getReader()`** method of the ReadableStream interface creates a reader and locks the stream to it.
2256 *

Callers 15

writeFileStreamingFunction · 0.65
scanFileFunction · 0.65
drainFunction · 0.65
readFile.test.tsFile · 0.65
readBytesFunction · 0.65
computerd.test.tsFile · 0.65
drainFunction · 0.65
runner.test.tsFile · 0.65
pullOnceImplFunction · 0.65
drainStreamFunction · 0.65
pushMethod · 0.65

Calls

no outgoing calls

Tested by 15

drainFunction · 0.52
readBytesFunction · 0.52
drainFunction · 0.52
drainStreamFunction · 0.52
drainExecFunction · 0.52
collectFunction · 0.52
pushFunction · 0.52
pushObjectsFunction · 0.52
pushFunction · 0.52
pushObjectsFunction · 0.52
putFunction · 0.52
readAllFunction · 0.52