File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Text Macro: LATESTRD 2025-02
77Abstract : This specification provides APIs for creating, composing, and consuming streams of data
88Abstract : that map efficiently to low-level I/O primitives.
99Translation : ja https://triple-underscore.github.io/Streams-ja.html
10+ Translation : zh-Hans https://htmlspecs.com/streams/
1011!Demos : <a href="https://streams.spec.whatwg.org/demos/">streams.spec.whatwg.org/demos</a>
1112Indent : 1
1213Markup Shorthands : markdown yes
@@ -492,7 +493,7 @@ interface ReadableStream {
492493 Promise<undefined> pipeTo(WritableStream destination, optional StreamPipeOptions options = {});
493494 sequence<ReadableStream> tee();
494495
495- async iterable <any> (optional ReadableStreamIteratorOptions options = {});
496+ async_iterable <any> (optional ReadableStreamIteratorOptions options = {});
496497};
497498
498499typedef (ReadableStreamDefaultReader or ReadableStreamBYOBReader) ReadableStreamReader;
You can’t perform that action at this time.
0 commit comments