Re: [w3c/ServiceWorker] Handle asynchronous modules (top-level await). (#1444)

In previous drafts, the result of evaluating a module was either a Promise or a synchronous reaction. Following feedback from @domenic, this was made to always return a single Promise. We could go back to the old way, to avoid looking at Promise internals here, though it would add a couple lines of spec algorithm to HTML.

-- 
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/pull/1444#issuecomment-534126791

Received on Monday, 23 September 2019 14:35:16 UTC