cheatsheets/appcache.md

24 lines
340 B
Markdown
Raw Permalink Normal View History

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