Re: [w3c/ServiceWorker] Top-level await integration for ServiceWorkers running modules (#1407)

Isn't there a difference between those snippets? In that the first won't handle the incoming fetch event (needs to be handled synchronously as the event is dispatched after parsing) and the second will, but with an unintended delay? The second would be much harder to debug.

-- 
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/1407#issuecomment-500735484

Received on Tuesday, 11 June 2019 08:10:59 UTC