Closed
Bug 1735334
Opened 3 years ago
Closed 3 years ago
DOM Streams: IDL UnderlyingSources have custom promise wrapping code that is now obsolete.
Categories
(Core :: DOM: Streams, task)
Core
DOM: Streams
Tracking
()
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
While the initial Streams prototype was being developed, I discovered and worked-around Bug 1726595; during the review period however, it was fixed, and I forgot to remove my work-around code.
See IDLUnderlyingSourcePullCallbackHelper::PullCallback
and IDLUnderlyingSourceCancelCallbackHelper::CancelCallback
.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c20bf0436442
Remove obsolete promise wrapping code r=smaug
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•