This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25089 - How do microtasks run in workers given this model?
Summary: How do microtasks run in workers given this model?
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-18 09:28 UTC by contributor
Modified: 2014-03-18 18:12 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-03-18 09:28:32 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html
Multipage: http://www.whatwg.org/C#processing-model-4
Complete: http://www.whatwg.org/c#processing-model-4
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/

Comment:
How do microtasks run in workers given this model?

Posted from: 207.218.72.65 by annevk@annevk.nl
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0
Comment 1 Ian 'Hixie' Hickson 2014-03-18 18:12:34 UTC
Checked in as WHATWG revision r8553.
Check-in comment: Make microtasks work in workers too, since eventually we'll want the JavaScript stuff to hook into this
http://html5.org/tools/web-apps-tracker?from=8552&to=8553

Let me know if that doesn't answer your question.