- From: Pauan <notifications@github.com>
- Date: Mon, 27 Jan 2020 01:32:19 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 January 2020 09:32:21 UTC
@jakearchibald I assume the reason sync XHR was removed is because it blocks the event loop, but `new WebAssembly.Module` / `new WebAssembly.Instance` are synchronous, so they also block the event loop, which is why 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? -- 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-578663018
Received on Monday, 27 January 2020 09:32:21 UTC