Skip to content

inconsistent behavior when constructing a new Request #411

Closed
@jimmywarting

Description

@jimmywarting

This fails with polyfill - works ok in browser

x = new Request('x')
y = new Request(x)
console.assert(x.bodyUsed === false) // expected bodyUsed to be false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions