Re: [w3c/ServiceWorker] Mixed feelings about ServiceWorker for module loader (#1203)

I agree with your conclusion – using the cache API from the window will be quicker and simpler.

Quick note on localstorage: Browsers are moving away from having limits per storage type, since it doesn't really make sense. Instead, the limits are per origin, and across all storage types.

I thought it was only Edge that still had separate limits per storage, but I may be wrong.

-- 
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/1203#issuecomment-336177195

Received on Thursday, 12 October 2017 15:41:34 UTC