Re: [w3c/ServiceWorker] Allow Caching of POST requests (#977)

Presumably the use-case for storing POST would be: app is offline, wants to make this POST when it comes online.  It sounds like the under-discussion background-fetch idea might be a better place for that use-case, since it's explicitly about fetches and we explicitly want to be able to enumerate pending fetches, etc.  (Whereas DOM Cache is about local at-rest storage.)

-- 
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/977#issuecomment-247046985

Received on Wednesday, 14 September 2016 15:15:12 UTC