Re: [whatwg/fetch] processResponseConsumeBody and opaque responses (Issue #1446)

The use of processResponseConsumeBody in script fetching is quite recent and is part of a general slow movement toward updating things to use the new Fetch callbacks. We indeed do not seem to be using it quite correctly.

For the more general question, I agree there's not much to be done here besides adding "be careful" wording. E.g., `<img>` and stylesheet probably also need access to the raw bytes, at least for some part of the spec. And then they just need to guard any web-developer-exposed access behind the opaqueness.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1446#issuecomment-1142461280
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1446/1142461280@github.com>

Received on Tuesday, 31 May 2022 18:12:41 UTC