Open
Bug 1297107
Opened 8 years ago
Updated 2 years ago
Process Promise tasks in between rAF callbacks
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox51 | --- | affected |
People
(Reporter: bzbarsky, Unassigned)
References
Details
We do it right now for timeout callbacks; this would be a similar hack.
Olli, do you think it's worth doing this, or do you think fixing bug 1292685/bug 1193394 in a short timeframe is reasonable?
Flags: needinfo?(bugs)
Comment 1•8 years ago
|
||
I think we should just fix bug 1292685/bug 1193394.
Though, if this is needed asap, I guess adding some explicit 'Promise::microtaskcheckpoint' call is fine.
Flags: needinfo?(bugs)
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•