cheatsheets/appcache.md

24 lines
340 B
Markdown
Raw Permalink Normal View History

2014-04-28 10:57:58 +00:00
---
title: Appcache
2015-11-24 04:32:36 +00:00
category: HTML
2014-04-28 10:57:58 +00:00
---
### Format
2017-09-21 08:31:32 +00:00
```
CACHE MANIFEST
# version
2014-04-28 10:57:58 +00:00
2017-09-21 08:31:32 +00:00
CACHE:
https://www.google.com/jsapi
2017-09-21 08:31:32 +00:00
/assets/app.js
/assets/bg.png
2014-04-28 10:57:58 +00:00
2017-09-21 08:31:32 +00:00
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)_