[whatwg/streams] Editorial: Add a non-promise version of "fully reading" a stream (PR #1250)

This makes it easier for non-JS consumers of streams, like the Fetch specs, to use streams without a JS
execution context.

See https://github.com/whatwg/fetch/issues/1568


<!--
Thank you for contributing to the Streams Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
-->

- [ ] At least two implementers are interested (and none opposed):
   * …
   * …
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
   * …
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
   * Chromium: …
   * Gecko: …
   * WebKit: …
   * Deno: …
   * Node.js: …
- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: …

(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)

You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/1250


-- Commit Summary --

  * Add a non-promise version of "fully reading" a stream

-- File Changes --

    M index.bs (23)

-- Patch Links --

https://github.com/whatwg/streams/pull/1250.patch

https://github.com/whatwg/streams/pull/1250.diff


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1250

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/pull/1250@github.com>

Received on Monday, 12 December 2022 08:30:34 UTC