The Response whose body to read
An Effect that resolves with a Blob or fails with a
FailedToRead tagged error
Wraps Response.blob() in an Effect. If reading fails, the error
is wrapped in a FailedToRead tagged error that can be caught with
catchTags.
Reads the response body as a
Blob.