mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
358 B
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)