Remove bluetooth permission descriptor
Summary
the data is added in https://github.com/mdn/browser-compat-data/pull/22525, notice the chrome status says permission policy, not permission descriptor
-
if trying in to test in console (latest stable chrome), a
TypeErrorwill report -
in chromium source code, there is a
bluetoothitem, but it is comment, which means it is not support in real browser (and notice that when the item added in https://github.com/chromium/chromium/commit/9e5d5b7ac865085906a106d1408e101ceefedea6#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
-
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 https://github.com/mdn/content/pull/32533