Skip to content

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

Notifications You must be signed in to change notification settings

FriedWishes/OfflineForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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, for 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published