- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 16 Feb 2021 22:59:59 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 February 2021 07:00:12 UTC
@domenic and I discussed this on IRC as well and my tentative plan is to fully read response's body's stream and then set response's body stream to a new stream that user agents can enqueue chunks on. A buffering proxy that does SRI, if you will. This would not allow for doing work in parallel, but I think that is fine as that would be an optimization. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/661#issuecomment-780350530
Received on Wednesday, 17 February 2021 07:00:12 UTC