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

The intent here is to prevent footguns. We aren't blocking `while (true)`, but we are blocking `await` since its performance impact isn't always clear at dev time.

> they have a 4 KB limit on the main thread. So will they also have a 4 KB limit in service workers, or is that limit removed?

That's definitely worth discussing! Could you file an issue?

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

Received on Monday, 27 January 2020 09:34:44 UTC