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

(not sure if this is separate from #693 )

https://w3c.github.io/ServiceWorker/#cache-addAll-method doesn't allow storing POST responses in the cache. Not sure why; particularly for same-origin POSTs. Allowing POSTs makes it easy to start using service worker for more requests.

-- 
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

Received on Tuesday, 13 September 2016 22:43:10 UTC