[whatwg/streams] Add support for TransformStream "owning" writable/readable types (PR #1274)

Implement part of streams-for-raw-video-explainer.md.

- [ ] At least two implementers are interested (and none opposed):
   * Chrome
   * Safari
   * Firefox
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
   * TBD

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


<!--
    This comment and the below content is programmatically generated.
    You may add a comma-separated list of anchors you'd like a
    direct link to below (e.g. #idl-serializers, #idl-sequence):

    Don't remove this comment or modify anything below this line.
    If you don't want a preview generated for this pull request,
    just replace the whole of this comment's content by "no preview"
    and remove what's below.
-->
***
<a href="https://whatpr.org/streams/1272.html" title="Last updated on Apr 17, 2023, 4:27 PM UTC (c585a6c)">Preview</a> | <a href="https://whatpr.org/streams/1272/2942e89...c585a6c.html" title="Last updated on Apr 17, 2023, 4:27 PM UTC (c585a6c)">Diff</a>
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Add support for a new ReadableStream "owning" type.
  * Add writable stream owning type and pipeTo related implementation
  * owning TransformStream spec
  * owning TransformStream implementation

-- File Changes --

    M .github/workflows/test.yml (2)
    M index.bs (245)
    M reference-implementation/lib/ReadableStream-impl.js (2)
    M reference-implementation/lib/ReadableStreamDefaultController-impl.js (5)
    M reference-implementation/lib/ReadableStreamDefaultController.webidl (6)
    M reference-implementation/lib/TransformStream-impl.js (9)
    M reference-implementation/lib/TransformStreamDefaultController-impl.js (5)
    M reference-implementation/lib/TransformStreamDefaultController.webidl (6)
    M reference-implementation/lib/Transformer.webidl (4)
    M reference-implementation/lib/UnderlyingSink.webidl (4)
    M reference-implementation/lib/UnderlyingSource.webidl (2)
    M reference-implementation/lib/WritableStream-impl.js (2)
    M reference-implementation/lib/WritableStreamDefaultWriter-impl.js (5)
    M reference-implementation/lib/WritableStreamDefaultWriter.webidl (6)
    M reference-implementation/lib/abstract-ops/miscellaneous.js (15)
    M reference-implementation/lib/abstract-ops/queue-with-sizes.js (14)
    M reference-implementation/lib/abstract-ops/readable-streams.js (45)
    M reference-implementation/lib/abstract-ops/transform-streams.js (20)
    M reference-implementation/lib/abstract-ops/writable-streams.js (18)
    M reference-implementation/run-web-platform-tests.js (5)
    M reference-implementation/web-platform-tests (2)

-- Patch Links --

https://github.com/whatwg/streams/pull/1274.patch
https://github.com/whatwg/streams/pull/1274.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1274
You are receiving this because you are subscribed to this thread.

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

Received on Wednesday, 19 April 2023 14:15:17 UTC