-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
Why MDN says Beacon API is experimental? #2622
Comments
It's because the page includes the For experimental-ness, it's usually better to check the compat table, which will give you more detail and be more likely to be up to date: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon#browser_compatibility. |
Perhaps related to #1521 |
Thanks, that's a really interesting thread. But I don't think it's connected to this issue.
#1521 argues that the concrete guidance given in the documentation (most specifically, about using So we should IMO remove |
Yes please — that’d be great |
Hi there, I had a discussion with my team arguing whether we should or should not use
sendBeacon
, and one of my teammates sent this link that says that the API is experimental https://developer.mozilla.org/en-us/docs/Web/API/Beacon_API/Using_the_Beacon_APIBut it doesn't say that in the repo https://github.com/mdn/content/blob/main/files/en-us/web/api/beacon_api/using_the_beacon_api/index.html
What's the problem here?
The text was updated successfully, but these errors were encountered: