Skip to content

Zenoo/offline-app-example

Repository files navigation

Offline App example (OfflineHandler Demo)

A simple offline-ready page example

Doc

  • Installation

Simpy create a new OfflineHandler with the list of ressources you want cached:

new OfflineHandler([
	'lib/db.js/js/db.min.js',
	'js/load.js',
	'css/style.min.css'
]);
  • See

See the OfflineHandler project.

Authors

About

Working example of an offline app

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published