|
|
|
|
|
by Syrup-tan
3695 days ago
|
|
It's notable that appcache is now deprecated [0] It's been replaced by Service Workers, but those can get reallly hard to deal with if they start caching themselves (!) Chrome's devtools has ways to delete old service workers and such, but I've found that on Firefox it's next to impossible to debug. [0] https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_... |
|
Not to say service workers aren't the future, but implementing partially adopted features in web pages is poor practice.
http://caniuse.com/#feat=serviceworkers