[w3c/ServiceWorker] cache API put should read internal response body of filtered responses (Issue #1617)

Step 11.1 of cache put:

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

Tries to get the body stream of the response in order to drain it.  This does not work properly if the response is an opaque filtered response since the body is hidden.  The algorithm should instead get the body of the filtered internal response.

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

Received on Wednesday, 10 November 2021 15:12:01 UTC