Skip to content

Commit 3c1c395

Browse files
authored
Meta: link Simplified Chinese translation (#1346)
And align with minor Web IDL change.
1 parent 080852c commit 3c1c395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Text Macro: LATESTRD 2025-02
77
Abstract: This specification provides APIs for creating, composing, and consuming streams of data
88
Abstract: that map efficiently to low-level I/O primitives.
99
Translation: 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>
1112
Indent: 1
1213
Markup 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

498499
typedef (ReadableStreamDefaultReader or ReadableStreamBYOBReader) ReadableStreamReader;

0 commit comments

Comments
 (0)