We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fffa22 commit 294d53dCopy full SHA for 294d53d
appcache.md
@@ -1,17 +1,24 @@
1
---
2
title: Appcache
3
category: HTML
4
+layout: 2017/sheet
5
6
7
### Format
8
- CACHE MANIFEST
9
- # version
+```
10
+CACHE MANIFEST
11
+# version
12
- CACHE:
- http://www.google.com/jsapi
13
- /assets/app.js
14
- /assets/bg.png
+CACHE:
+http://www.google.com/jsapi
15
+/assets/app.js
16
+/assets/bg.png
17
- NETWORK:
- *
18
+NETWORK:
19
+*
20
21
+
22
+Note that Appcache is deprecated!
23
24
+See: [Using the application cache](https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache) _(developer.mozilla.org)_
0 commit comments