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

Remove bluetooth permission descriptor #24769

Merged

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Oct 20, 2024

Summary

the data is added in #22525, notice the chrome status says permission policy, not permission descriptor

  1. if trying in to test in console (latest stable chrome), a TypeError will report

    image

  2. in chromium source code, there is a bluetooth item, but it is comment, which means it is not support in real browser (and notice that when the item added in chromium/chromium@9e5d5b7#diff-8ca96e3c008c457658e681b87bade1fdf5e235e551a34c8959c79ef21a8b4489, it is already comment and no change happens after that)

    also, no related info found when viewing other permission-related source code files

  3. the chromium bug also confident is not supported

so I think chromium never implement this feature

the status for chrome should be set to false, and then no platform will support this feature, so it can be removed

see also the related content update at mdn/content#32533

Test results and supporting details

Related issues

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 20, 2024
@skyclouds2001 skyclouds2001 marked this pull request as ready for review October 20, 2024 16:17
Copy link
Contributor

@caugner caugner left a comment

Choose a reason for hiding this comment

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

@caugner caugner merged commit 8cd5497 into mdn:main Oct 25, 2024
5 checks passed
@caugner caugner mentioned this pull request Oct 25, 2024
@skyclouds2001 skyclouds2001 deleted the remove-bluetooth-permission-descriptor branch October 25, 2024 20:14
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.

2 participants