We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7511a41 commit 8bb3507Copy full SHA for 8bb3507
1 file changed
index.bs
@@ -6967,6 +6967,13 @@ to grow organically as needed.
6967
[=ReadableStream/set up with byte reading support=] operations directly on the [=this=] value inside
6968
their constructor steps.
6969
6970
+<div algorithm="create a ReadableStream from an async sequence">
6971
+ To <dfn export lt="create from async sequence|create from an async sequence" for="ReadableStream">create</dfn>
6972
+ a {{ReadableStream}} from an [=async sequence=] |sequence|:
6973
+
6974
+ 1. Return ? [$ReadableStreamFromIterable$](|sequence|).
6975
+</div>
6976
6977
<hr>
6978
6979
The following algorithms must only be used on {{ReadableStream}} instances initialized via the above
0 commit comments