[w3c/ServiceWorker] Cache API stores internal responses and does not recreate filtered responses (Issue #1614)

Recently @annevk noticed that there is a problem in the cache API spec.  It stores the internal response at step 9 here:

https://w3c.github.io/ServiceWorker/#cache-put

But when a response is returned by match the filtered response is not reproduced.

We should probably just store a clone of the filtered response instead.

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

Received on Tuesday, 9 November 2021 20:03:49 UTC