You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
Given that we have no server and are using LocalStorage and File API ( #13 ) for loading and saving files, there are no requirements to be online. As long as we specify an HTML5 Manifest file, our web application will work seamlessly even without an Internet connection!
The text was updated successfully, but these errors were encountered:
Our application is designed to make zero external network communication
Exactly!
is inherently online
Not necessarily. If we include a proper HTML5 manifest then our web application will run in web browsers offline, as all of the required resources (as specified by the manifest) are cached by the browser and used when the browser is used offline.
See https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache
Given that we have no server and are using LocalStorage and File API ( #13 ) for loading and saving files, there are no requirements to be online. As long as we specify an HTML5 Manifest file, our web application will work seamlessly even without an Internet connection!
The text was updated successfully, but these errors were encountered: