OSDN Git Service

Regular updates
[twpd/master.git] / appcache.md
1 ---
2 title: Appcache
3 category: HTML
4 layout: 2017/sheet
5 ---
6
7 ### Format
8
9 ```
10 CACHE MANIFEST
11 # version
12
13 CACHE:
14 http://www.google.com/jsapi
15 /assets/app.js
16 /assets/bg.png
17
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)_