- From: Nidhi Jaju <notifications@github.com>
- Date: Tue, 26 Oct 2021 22:39:39 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/streams/pull/1182@github.com>
Following on from https://github.com/whatwg/dom/pull/1027, this PR uses the AbortSignal's abort reason in the [ReadableStreamPipeTo](https://streams.spec.whatwg.org/#readable-stream-pipe-to) function. /cc @annevk, @yutakahirano, @domenic - [ ] 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: * Chrome: … * Firefox: … * Safari: … (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/1182 -- Commit Summary -- * <a href="https://github.com/whatwg/streams/pull/1182/commits/5f36ddac096d9496677ca2f6f04cb85d26fcd143">Merge pull request #1 from whatwg/master</a> * <a href="https://github.com/whatwg/streams/pull/1182/commits/b5dbc0ec38c00ee73010222a413be2bb787444b1">Merge pull request #2 from whatwg/master</a> * <a href="https://github.com/whatwg/streams/pull/1182/commits/f423409fe4995bbbb460e023b6d3643dab98065a">Merge pull request #3 from whatwg/master</a> * <a href="https://github.com/whatwg/streams/pull/1182/commits/631447baf99a457ea399cdf6d8aeb43df7884299">Merge remote-tracking branch 'upstream/master'</a> * <a href="https://github.com/whatwg/streams/pull/1182/commits/72e8f570276ffd44604f43d567c863ba7e5fd745">Merge remote-tracking branch 'upstream/master'</a> * <a href="https://github.com/whatwg/streams/pull/1182/commits/7c80a45edd806db4c7116cb6623b6916db949b26">Merge branch 'whatwg:main' into master</a> * <a href="https://github.com/whatwg/streams/pull/1182/commits/e1cfefe99ee864a0c48da4e14b933f41fc6a454d">Merge branch 'whatwg:main' into master</a> * <a href="https://github.com/whatwg/streams/pull/1182/commits/8ed62f7bfe061dbfc78e2a7708f25b78e760a9ba">Merge branch 'whatwg:main' into master</a> * <a href="https://github.com/whatwg/streams/pull/1182/commits/3763ad29b60723f99e5bf38033846ccc73b88ddb">Merge branch 'whatwg:main' into master</a> * <a href="https://github.com/whatwg/streams/pull/1182/commits/53562dae487575eed622d5d63e50898082a46597">Merge branch 'whatwg:main' into master</a> * <a href="https://github.com/whatwg/streams/pull/1182/commits/ec7a41a878927374da95245952e308a606baa0e7">use abort reason in PipeTo</a> * <a href="https://github.com/whatwg/streams/pull/1182/commits/8b2053ca09fbd26c365450f90df84cce476f8db0">update ref impl</a> -- File Changes -- M index.bs (4) M reference-implementation/lib/abstract-ops/readable-streams.js (4) -- Patch Links -- https://github.com/whatwg/streams/pull/1182.patch https://github.com/whatwg/streams/pull/1182.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1182
Received on Wednesday, 27 October 2021 05:39:52 UTC