cheatsheets/appcache.md

24 lines
340 B
Markdown

---
title: Appcache
category: HTML
---
### Format
```
CACHE MANIFEST
# version
CACHE:
https://www.google.com/jsapi
/assets/app.js
/assets/bg.png
NETWORK:
*
```
Note that Appcache is deprecated!
See: [Using the application cache](https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache) _(developer.mozilla.org)_