[Webkit-unassigned] [Bug 137496] Add a microtask abstraction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 28 17:17:41 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=137496

--- Comment #12 from Sam Weinig <sam at webkit.org> ---
Microtasks are defined as being per Event Loop (https://html.spec.whatwg.org/multipage/webappapis.html#event-loops), which is not quite the same as per-document.  I believe this would be observable, as microtasks in multiple documents would be run out of phase.

I also think this would be testable by moving Mutation Observers over to the new abstraction as you build it. Or, if you prefer a less invasive change at the same time, you could add an Internal function that queues a microtask, and use that for testing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141129/c7908759/attachment-0002.html>


More information about the webkit-unassigned mailing list