- From: Ben Kelly <notifications@github.com>
- Date: Wed, 10 Nov 2021 07:11:48 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 November 2021 15:12:01 UTC
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