Everyone and their dog explains that AppCache is going away and we should switch to Service workers.
ATM AppCache is
- easy to get started with
- implemented across the board: http://caniuse.com/#feat=offline-apps
so that's what's currently implemented.
It sounds like both can run side by side... but service workers in general seem more complicated so I haven't bothered yet.
Everyone and their dog explains that AppCache is going away and we should switch to Service workers.
ATM AppCache is
so that's what's currently implemented.
It sounds like both can run side by side... but service workers in general seem more complicated so I haven't bothered yet.