Bug 227693 - ReadableStream's pipeTo() and pipeThrough() don't properly check for AbortSignal
Summary: ReadableStream's pipeTo() and pipeThrough() don't properly check for AbortSignal
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Trivial
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-05 15:15 PDT by Alexey Shvayka
Modified: 2021-08-03 21:49 PDT (History)
7 users (show)

See Also:


Attachments
Patch (9.30 KB, patch)
2021-07-05 15:26 PDT, Alexey Shvayka
no flags Details | Formatted Diff | Diff
Patch for landing (8.73 KB, patch)
2021-08-03 19:37 PDT, Alexey Shvayka
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvayka 2021-07-05 15:15:19 PDT
ReadableStream's pipeTo() and pipeThrough() don't properly check for AbortSignal
Comment 1 Alexey Shvayka 2021-07-05 15:26:46 PDT
Created attachment 432900 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2021-07-12 15:16:19 PDT
<rdar://problem/80485252>
Comment 3 Alexey Shvayka 2021-08-03 19:37:25 PDT
Created attachment 434877 [details]
Patch for landing
Comment 4 Alexey Shvayka 2021-08-03 19:38:11 PDT
Thanks for review, Sam!
Comment 5 EWS 2021-08-03 21:39:16 PDT
Found 2 new test failures: imported/w3c/web-platform-tests/streams/piping/pipe-through.any.html, imported/w3c/web-platform-tests/streams/piping/pipe-through.any.worker.html
Comment 6 Alexey Shvayka 2021-08-03 21:49:59 PDT
Committed r280627 (240240@main): <https://commits.webkit.org/240240@main>