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
7
7
Abstract : This specification provides APIs for creating, composing, and consuming streams of data
8
8
Abstract : that map efficiently to low-level I/O primitives.
9
9
Translation : ja https://triple-underscore.github.io/Streams-ja.html
10
+ Translation : zh-Hans https://htmlspecs.com/streams/
10
11
!Demos : <a href="https://streams.spec.whatwg.org/demos/">streams.spec.whatwg.org/demos</a>
11
12
Indent : 1
12
13
Markup Shorthands : markdown yes
@@ -492,7 +493,7 @@ interface ReadableStream {
492
493
Promise<undefined> pipeTo(WritableStream destination, optional StreamPipeOptions options = {});
493
494
sequence<ReadableStream> tee();
494
495
495
- async iterable <any> (optional ReadableStreamIteratorOptions options = {});
496
+ async_iterable <any> (optional ReadableStreamIteratorOptions options = {});
496
497
};
497
498
498
499
typedef (ReadableStreamDefaultReader or ReadableStreamBYOBReader) ReadableStreamReader;
You can’t perform that action at this time.
0 commit comments