[w3c/ServiceWorker] Missing task queuing (#1403)

In https://w3c.github.io/ServiceWorker/#run-service-worker-algorithm , step 4.13 says

> If callbackSteps is provided, run them with evaluationStatus on the original thread that invoked this algorithm, while continuing in parallel with these steps.

That's not really something that can work. Anne suggests queuing a task instead.

-- 
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/1403

Received on Thursday, 2 May 2019 12:59:14 UTC