Re: [w3c/ServiceWorker] Replaying POST requests (#693)

I have came across below scenarios

 1. I want to cache the /post/ call similar way ServiceWorker did for /get/ call to work PWA offline but it is  not supported right now. The [exact issue is raised here](https://github.com/w3c/ServiceWorker/issues/977)

2. I have the form and user is about to post but internet is unavailable, It should store it locally and sync when internet is available. The The [exact issue is raised here](https://github.com/w3c/ServiceWorker/issues/693)

I am not sure why both issues are considered in same manner. If not please help me to find out alternative way for 2





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/693#issuecomment-363018866

Received on Monday, 5 February 2018 08:54:17 UTC