- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 12 Jul 2023 22:00:12 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 July 2023 05:00:22 UTC
@domenic approved this pull request.
Thanks!!
> @@ -694,6 +698,14 @@ option. If {{UnderlyingSource/type}} is set to undefined (including via omission
[[#qs-api]]. If it is not provided, the default behavior will be the same as a
{{CountQueuingStrategy}} with a [=high water mark=] of 1.
+ <dt><code><var ignore>stream</var> = {{ReadableStream/from(asyncIterable)|ReadableStream.from}}(<var ignore>asyncIterable</var>)</code>
+ <dd>
+ <p>Creates a new {{ReadableStream}} wrapping the provided [=iterable=] or [=async iterable=].
+
+ <p>This can be used to adapt various kinds of objects into a [=readable stream=], such as an
+ [=array=], an [=async generator=] or a <a
```suggestion
[=array=], an [=async generator=], or a <a
```
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1288#pullrequestreview-1527573007
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/streams/pull/1288/review/1527573007@github.com>
Received on Thursday, 13 July 2023 05:00:22 UTC