Skip to content

Comments

Fetch is not experimental#12157

Merged
ddbeck merged 1 commit intomdn:mainfrom
lucacasonato:fetch_experimental
Aug 24, 2021
Merged

Fetch is not experimental#12157
ddbeck merged 1 commit intomdn:mainfrom
lucacasonato:fetch_experimental

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
Contributor

@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! 🎉

},
"status": {
"experimental": true,
"experimental": false,
Copy link
Contributor

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