Home
last modified time | relevance | path

Searched defs:readableStream (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-whatwg-webstreams-adapters-to-readablestream.js38 const readableStream = newReadableStreamFromStreamReadable(readable); constant
55 const readableStream = newReadableStreamFromStreamReadable(readable); constant
85 const readableStream = newReadableStreamFromStreamReadable(readable); constant
113 const readableStream = newReadableStreamFromStreamReadable(readable); constant
142 const readableStream = newReadableStreamFromStreamReadable(readable); constant
172 const readableStream = newReadableStreamFromStreamReadable(readable); constant
193 const readableStream = newReadableStreamFromStreamReadable(readable); constant
201 const readableStream = newReadableStreamFromStreamReadable(duplex); constant
Dtest-whatwg-webstreams-adapters-to-streamreadable.js52 const readableStream = new ReadableStream(); constant
90 const readableStream = new ReadableStream(source); constant
111 const readableStream = new ReadableStream(source); constant
128 const readableStream = new ReadableStream(new MySource()); constant
140 const readableStream = new ReadableStream(new MySource('hello')); constant
154 const readableStream = new ReadableStream(new MySource()); constant
Dtest-stream-readable-strategy-option.js21 const readableStream = Readable.toWeb(readable, { constant
43 const readableStream = Readable.toWeb(readable, { constant
/third_party/node/test/fixtures/wpt/streams/readable-streams/
Dcross-realm-crash.window.js8 const readableStream = new ReadableStream(); constant
/third_party/skia/docs/examples/
DPicture_MakeFromStream.cpp16 std::unique_ptr<SkStreamAsset> readableStream = writableStream.detachAsStream(); in draw() local
/third_party/node/lib/internal/webstreams/
Dadapters.js480 function newStreamReadableFromReadableStream(readableStream, options = kEmptyObject) { argument
/third_party/node/lib/internal/streams/
Dreadable.js1443 Readable.fromWeb = function(readableStream, options) { argument