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

Without changing `cache.match()` allowing POST is a footgun.  The matching algorithm does not take anything like body into account.  Is that obvious to someone passing a POST to `cache.put()`?  I don't know.

Also, I don't think http cache handles POST and previously we've tried to maintain parity with whats supported there.

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

Received on Wednesday, 14 September 2016 15:07:00 UTC