Re: [ServiceWorker] Event queuing model for SW (#649)

The model I proposed was that the conceptual "queue external task" waits for a service worker's queue to be empty. However, that might be bad if a service worker supports task source, where e.g. the fetch task source has higher priority compared to everything else.

I'm not entirely sure what a good model would be. Perhaps just have some generic requirements if others cannot come up with something simple to say. But we cannot drop fetch tasks that have not been processed.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/649#issuecomment-78866784

Received on Friday, 13 March 2015 08:32:22 UTC