Closed requiredfield closed 9 years ago
/cc @willscott, and @jakearchibald (in case you have time to check out this use case; also thanks for the great ServiceWorker info!)
ServiceWorkers get you a much better experience, the issue is they aren't widely supported right now.
Application Cache is in 88.5% of browsers globally & 71% of chinese browsers, according to this site. Service Workers are just being implemented in chrome, and haven't propagated far enough yet to be widely available.
Tweet by Addy Osmani on 1/21/15, 18:00
Chrome 40 is now stable. Over 750 million users will soon have Service Workers. Time to make our apps work offline :)
Very interesting. given that google is highly blocked, to what extent will users inside GFW update their version of Chrome?
According to http://caniuse.com/#feat=serviceworkers there are currently 1% of worldwide users and 0.34% of Chinese users using browsers capable of service workers.
quoting https://twitter.com/FxSiteCompat/status/715908743351967744
Firefox Site Compat: Application Cache API removal has been approved. It will be gone from @FirefoxNightly first. Use Service Workers. bugzil.la/1237782
Does ServiceWorker buy us anything over AppCache?
Just came across http://jakearchibald.com/2014/offline-cookbook/ which says:
If so, I guess we can keep an eye on https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorker_API#Browser_support for support in other browsers.