Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Response.json #30

Open
tkrotoff opened this issue Aug 30, 2022 · 0 comments
Open

Use Response.json #30

tkrotoff opened this issue Aug 30, 2022 · 0 comments

Comments

@tkrotoff
Copy link
Owner

tkrotoff commented Aug 30, 2022

See https://twitter.com/lcasdev/status/1564598435772342272

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 })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant