Files
cheatsheets/appcache.md
2017-09-21 16:31:39 +08:00

358 B

title, category, layout
title category layout
Appcache HTML 2017/sheet

Format

CACHE MANIFEST
# version

CACHE:
http://www.google.com/jsapi
/assets/app.js
/assets/bg.png

NETWORK:
*

Note that Appcache is deprecated!

See: Using the application cache (developer.mozilla.org)