1.0.1 • Published 9 years ago

js-appcache v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

appCache

An enhanced emulation for html5 application cache. Inspired by html5 application cache, add the "PNP" feature.

Why don't use the html5 application cache? a: compatible b: Can't meet the custom requirement

Usage: appCache.init("cache.manifest") Cache data structure: {"lastModified":'',"data":{}}

Note: for keeping the data synchronization, cache updation is batch operation, that mean may be successful or failed all. TODO: !!Application Cache Group!!