- From: Jake Archibald <notifications@github.com>
- Date: Mon, 27 Jan 2020 01:34:41 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 January 2020 09:34:44 UTC
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