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 never-supported Bluetooth features #6923

Closed
wants to merge 2 commits into from

Conversation

saschanaz
Copy link
Contributor

A checklist to help your pull request get merged faster:

  • Summarize your changes
  • Data: link to resources that verify support information (such as browser's docs, changelogs, source control, bug trackers, and tests)
  • Data: if you tested something, describe how you tested with details like browser and version
  • Review the results of the linter and fix problems reported (If you need help, please ask in a comment!)
  • Link to related issues or pull requests, if any: Remove items that has never been supported #6854, Remove totally unimplemented things #6768

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 15, 2020
@@ -1,292 +0,0 @@
{
"api": {
"BluetoothAdvertisingData": {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This came from #1689, but without any clues about the implementation status of this.

@@ -269,102 +269,6 @@
}
}
},
"getCharacteristics": {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Running https://mdn-bcd-collector.appspot.com/tests/api/BluetoothRemoteGATTService/getCharacteristic in Chrome shows this to be supported.

@vinyldarkscratch would you be able to send update PRs for anything Web Bluetooth, to make it easier to review this PR?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can confirm this property is supported!

@@ -467,54 +371,6 @@
}
}
},
"isPrimary": {
Copy link
Collaborator

Choose a reason for hiding this comment

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

It looks like this is actually supported as per https://mdn-bcd-collector.appspot.com/tests/api/BluetoothRemoteGATTService/isPrimary. Can we revert this change?

@saschanaz saschanaz marked this pull request as draft November 18, 2020 18:54
@saschanaz
Copy link
Contributor Author

Replaced by #9975

@saschanaz saschanaz closed this May 11, 2021
@saschanaz saschanaz deleted the nosupport-bluetooth branch May 11, 2021 22:20
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.

3 participants