-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
See https://twitter.com/lcasdev/status/1564598435772342272
- https://developer.mozilla.org/en-US/docs/Web/API/Response/json_static
- https://caniuse.com/mdn-api_response_json_static
- WebKit/WebKit@206817f
Here: https://github.com/tkrotoff/fetch/blob/v0.16.0/src/createHttpError.ts#L30-L34
new Response(JSON.stringify(body), {
status,
statusText,
headers: { 'content-type': jsonMimeType }
})becomes
Response.json(body, { status, statusText })Metadata
Metadata
Assignees
Labels
No labels