This link appeared in WDRL 194 on .
Offline POSTs with Progressive Web Apps – Web Dev @ Microsoft – Medium
Andreya Grzegorzewski shares how we can use the Cache API to do offline POST requests in Progressive Web Apps. This super cool trick allows us to queue POST requests, such as a form submission/data upload, cache it and once the user is back online, send it to the server.