Skip to content

If pedantic_wpt is set, ReadableStream error must propagate to Response.formData() Promise #4975

@npaun

Description

@npaun

See fetch/api/response/response-error-from-stream.any.js. Instead of the actual error from the stream, we throw our own error first:

TypeError: Parsing a Body as FormData requires a Content-Type header.

We likely just need to alter the order of the checks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions