From 91620c3b26bde263cd2b16b4afcff284fcd7ddc0 Mon Sep 17 00:00:00 2001 From: JinDX Date: Fri, 18 Jul 2025 14:31:53 +0800 Subject: [PATCH 1/2] Meta: link Simplified Chinese translation --- index.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/index.bs b/index.bs index ae0a852a..71180aa1 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 From 3b32efd2312b14f2e71465f36de4efb49fa37dc0 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 22 Jul 2025 09:06:38 +0200 Subject: [PATCH 2/2] Update index.bs --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 71180aa1..0c91c850 100644 --- a/index.bs +++ b/index.bs @@ -493,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;