Open
Bug 1523212
Opened 6 years ago
Updated 2 years ago
Investigate adding more triggers to defer timeout firings in JS
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: jesup, Unassigned)
References
Details
Chrome defers timers not just on load, but also on some other events, like touch. We should consider adding more, including perhaps scrolling,user input events, etc (in some cases this period of deferral may be quite short, just to avoid an expensive timer going off as we or the page are dealing with user interaction).
This is part of a large investigation of JS and event scheduling in general.
Updated•6 years ago
|
Priority: -- → P3
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
•