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

@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