Re: [whatwg/fetch] Getting all bytes in a body (#661)

For fetch(), as currently specified, we don't run the process response callback until we check the SRI.

For scripts, we start running some tasks (e.g., compiling) before calculating the hash, but such tasks should be side-effect free, and we abort everything when we find an SRI error.

-- 
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-780249226

Received on Wednesday, 17 February 2021 02:17:27 UTC