-
Couldn't load subscription status.
- Fork 373
Open
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds concrete proposalMoving the issue forward requires someone to figure out a detailed planMoving the issue forward requires someone to figure out a detailed plantopic: api
Description
What is the issue with the Fetch Standard?
Response.json returns an object whose headers are mutable, but / Response.errorResponse.redirect currently return immutable ones. This is inconsistent; all should be mutable.
The static
json(data, init)method steps are:
- Let
responseObjectbe the result of creating aResponseobject, given a new response, "response", and the current realm.
https://fetch.spec.whatwg.org/#dom-response-json
The static
redirect(url, status)method steps are:
- Let
responseObjectbe the result of creating aResponseobject, given a new response, "immutable", and the current realm.
kt3k
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds concrete proposalMoving the issue forward requires someone to figure out a detailed planMoving the issue forward requires someone to figure out a detailed plantopic: api