forked from FriedWishes/OfflineForm
-
Notifications
You must be signed in to change notification settings - Fork 0
A proof of concept demo using HTML5 localStorage as a fallback for offline form submission
License
asainz/OfflineForm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A proof of concept demo using HTML5 localStorage as a fallback for offline form submission. Uses window.navigator.onLine to check for connection. When online, form data is sent to the server. When offline, form data is saved using HTML5 localStorage and queued. When network connection is made again, locally stored data is resent to the server.
About
A proof of concept demo using HTML5 localStorage as a fallback for offline form submission
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published