samuelpratt / OfflineForm

PoC of a PWA form that will store and forward when offline.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offline Form Submission

This is a PoC of a offline send using a service worker. If you turn off your network connection and push send in /form.html then the contents of the form will be sent to /api/Post next time the network is up.

Note: data is stored in indexeddb as you can't access localstorage from the service worker.

References

About

PoC of a PWA form that will store and forward when offline.

License:MIT License


Languages

Language:HTML 67.2%Language:JavaScript 17.5%Language:C# 15.3%