- From: Jungkee Song <notifications@github.com>
- Date: Wed, 08 Apr 2015 18:23:16 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 9 April 2015 01:23:48 UTC
> (B) needs task queue(s) associated with the registration. And the service worker's event loop should process the registration's task queue instead of its own task queue in a way I noticed a problem with the above. The service worker's event loop should also have to process its own task queue for `message` events. So, if we go with (B) external queue model, requeuing from/to between service worker's task queue and registration's task queue seems not avoidable. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/649#issuecomment-91084670
Received on Thursday, 9 April 2015 01:23:48 UTC