Skip to content

A proof of concept demo using HTML5 localStorage as a fallback for offline form submission

License

Notifications You must be signed in to change notification settings

asainz/OfflineForm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published