Remove deprecated application cache for mobile viewing
Open
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Using the document manifest attribute to use the application cache for viewing the page on mobile devices has been deprecated; see [here for details](https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache).
The usage should be removed from the projects and should solely rely on the `service-worker.js` for offline viewing on mobile devices.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.