luckyshot / twentyfive

TwentyFive is an HTML5 time tracking web app focused on speed and simplicity that encourages you to follow the Pomodoro Technique.
https://twentyfive.js.org/
MIT License
97 stars 19 forks source link

ApplicationCache is deprecated. Please use ServiceWorkers instead. #23

Open luckyshot opened 3 years ago

luckyshot commented 3 years ago

App Cache is a deprecated standard and is being removed. It has already been removed from non-secure contexts.

TwentyFive should be using Service Workers instead to cache resources for offline use. We may have to write our own linker or use gwt-serviceworker-linker.