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

This was somewhat more difficult than anticipated, because we all forgot that `[[Async]]` doesn't work like that; it's only true if the module itself is async, not if it has async dependencies. I pushed https://github.com/w3c/ServiceWorker/pull/1444/commits/8d7ba391a070baf3cd84b2dae9391f1cfd03e533.

-- 
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-559832581

Received on Friday, 29 November 2019 16:03:23 UTC