Re: [w3c/ServiceWorker] Provide a simple synchronous k-v storage for ServiceWorker? (#981)

Note, you should be similarly concerned about blocking the js event loop in service workers just like you are on the main thread.  While it won't jank graphics, it can jank network requests slowing your time-to-load.

-- 
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/981#issuecomment-249677037

Received on Monday, 26 September 2016 19:48:43 UTC