orbitbot / ng-appcache

Angular module for working with AppCache
MIT License
13 stars 4 forks source link

To use ServiceWorker #3

Open mostafabarmshory opened 8 years ago

mostafabarmshory commented 8 years ago

AppCache is an old API. Firefox recommend to update it. Here is console output.

The Application Cache API (AppCache) is deprecated and will be removed at a future date. Please consider using ServiceWorker for offline support.

orbitbot commented 8 years ago

Thanks for the heads-up! As AppCache and ServiceWorker are fundamentally different techniques, a ServiceWorker implementation with a similar API is outside of the scope for this lib and will not be implemented. There may be more up to date resources or libraries available for use already for those with related needs.