diff --git a/index.bs b/index.bs index ae0a852a..0c91c850 100644 --- a/index.bs +++ b/index.bs @@ -7,6 +7,7 @@ Text Macro: LATESTRD 2025-02 Abstract: This specification provides APIs for creating, composing, and consuming streams of data Abstract: that map efficiently to low-level I/O primitives. Translation: ja https://triple-underscore.github.io/Streams-ja.html +Translation: zh-Hans https://htmlspecs.com/streams/ !Demos: streams.spec.whatwg.org/demos Indent: 1 Markup Shorthands: markdown yes @@ -492,7 +493,7 @@ interface ReadableStream { Promise pipeTo(WritableStream destination, optional StreamPipeOptions options = {}); sequence tee(); - async iterable(optional ReadableStreamIteratorOptions options = {}); + async_iterable(optional ReadableStreamIteratorOptions options = {}); }; typedef (ReadableStreamDefaultReader or ReadableStreamBYOBReader) ReadableStreamReader;