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

feat(ext/fetch): Response.json() #13537

Closed
wants to merge 2 commits into from

Conversation

AaronO
Copy link
Contributor

@AaronO AaronO commented Jan 30, 2022

A simple/tentative implementation of whatwg/fetch#1389

Closes #13902

A simple/tentative implementation of whatwg/fetch#1389
Copy link
Member

@lucacasonato lucacasonato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending WPT and spec changes. Do not merge.

and factor out ResponseInit based constructors out to a fromInit() helper
@lucacasonato
Copy link
Member

Thanks @AaronO, but closing in favor of #14566. I implemented the change as per the latest spec revision there, and enabled the WPTs.

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

Successfully merging this pull request may close these issues.

Implement Response.json()
3 participants