The Response whose body to read
An Effect that resolves with a FormData or fails with a
FailedToRead tagged error
Wraps Response.formData() 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
FormData.