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

Fetch is not experimental #12157

Merged
merged 1 commit into from
Aug 24, 2021
Merged

Fetch is not experimental #12157

merged 1 commit into from
Aug 24, 2021

Conversation

lucacasonato
Copy link
Contributor

@lucacasonato lucacasonato commented Aug 23, 2021

Summary

I removed the "experimental" flag from all fetch related features that are implemented in more than one browser engine.

Fixes #11540

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Aug 23, 2021
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

Looks good. Thank you! 🎉

@@ -419,7 +419,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This prompted a little digging on my part. This change is correct, but I'll be opening a PR to remove this feature entirely. 🎉

@ddbeck ddbeck merged commit 686ed26 into mdn:main Aug 24, 2021
@lucacasonato lucacasonato deleted the fetch_experimental branch August 24, 2021 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

api.WindowOrWorkerGlobalScope.fetch - Is it really still experimental?
2 participants