Skip to content

Commit

Permalink
Chrome 117 supports Bluetooth service class IDs in Web Serial API (#2…
Browse files Browse the repository at this point in the history
…5256)

Add Data for Chrome 117 Web Serial API Bluetooth support
  • Loading branch information
chrisdavidmills authored Nov 28, 2024
1 parent 48eb3a1 commit 50965a8
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 0 deletions.
80 changes: 80 additions & 0 deletions api/Serial.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,86 @@
"standard_track": true,
"deprecated": false
}
},
"allowedBluetoothServiceClassIds_option": {
"__compat": {
"description": "`allowedBluetoothServiceClassIds` option",
"spec_url": "https://wicg.github.io/serial/#dom-serialportrequestoptions-allowedbluetoothserviceclassids",
"tags": [
"web-features:serial"
],
"support": {
"chrome": {
"version_added": "117"
},
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"filters_bluetoothServiceClassId": {
"__compat": {
"description": "`filters` `bluetoothServiceClassId` property",
"spec_url": "https://wicg.github.io/serial/#dom-serialportfilter-bluetoothserviceclassid",
"tags": [
"web-features:serial"
],
"support": {
"chrome": {
"version_added": "117"
},
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down
40 changes: 40 additions & 0 deletions api/SerialPort.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,46 @@
"standard_track": true,
"deprecated": false
}
},
"bluetoothServiceClassId": {
"__compat": {
"description": "`bluetoothServiceClassId` return value property",
"spec_url": "https://wicg.github.io/serial/#dom-serialportinfo-bluetoothserviceclassid",
"tags": [
"web-features:serial"
],
"support": {
"chrome": {
"version_added": "117"
},
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"getSignals": {
Expand Down

0 comments on commit 50965a8

Please sign in to comment.