Closed
Bug 1702636
Opened 4 years ago
Closed 4 years ago
Fix cancelPromise in ReadableStreamTee being resolved twice (again)
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Another change to canceling tee streams: https://github.com/whatwg/streams/pull/1118.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/acc9163f5027
Fix cancelPromise in ReadableStreamTee being resolved twice (again). r=arai . CLOSED TREE
Comment 3•4 years ago
|
||
Seems like Pulsebot forgot to mention the backout in https://hg.mozilla.org/integration/autoland/rev/8bebec4f7e52
Severity: -- → S3
Priority: -- → P1
| Assignee | ||
Comment 4•4 years ago
|
||
Yes this was landed together with the wpt update, but backed out again, because of an unrelated failure. I wanted to land this after the wpt stuff is updated, but sadly that seems to be a bit stuck at the moment.
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/101dbdd0b5e5
Fix cancelPromise in ReadableStreamTee being resolved twice (again). r=arai
Comment 6•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•