Re: [w3c/ServiceWorker] Run Job does not specify which event loop to queue its tasks on (#1224)

I feel like the spec should require that there be a single event loop in the browser for running jobs so that we can guarantee state is coherent.  It doesn't matter which event loop that is, though.  It could be a completely separate thread from anything else.  We've certainly talked about moving service worker job stuff off main thread and it would be nice to maintain that option.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1224#issuecomment-344399798

Received on Tuesday, 14 November 2017 21:11:53 UTC