Re: [slightlyoff/ServiceWorker] what is the best way to save Request while offline ? (#904)

Personally I think having a Cache object with "pending requests" and empty responses would be fine.  It won't let you store requests with methods other than GET or HEAD, though.  So if you need store a POST you must convert to IDB.

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

Received on Friday, 27 May 2016 15:28:16 UTC