Skip to content

Commit

Permalink
Update Implementation Status for Persistent Permissions Feature (#502)
Browse files Browse the repository at this point in the history
This change updates the implementation status for Persistent
Permissions, `getDevices()`, and `watchAdvertisements()`.
  • Loading branch information
odejesush committed Jun 11, 2020
1 parent ea86c94 commit 0a0b9e1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions implementation-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ Work is in progress:
* **Linux** is partially implemented and not supported. The `chrome://flags/#enable-experimental-web-platform-features` flag must be enabled.
* The Windows implementation is available in Chrome 70.0.3526.0 and requires **Windows 10 version 1703 (Creators Update)**.
* Root [Issue 419413: Web Bluetooth](https://code.google.com/p/chromium/issues/detail?id=419413) and blocking issues are most authorative on status.
* Some Bluetooth GATT operations can't be run in parallel yet. See [#188 (comment)](https://github.com/WebBluetoothCG/web-bluetooth/issues/188#issuecomment-255121220)
* Some Bluetooth GATT operations can't be run in parallel yet. See [#188
(comment)](https://github.com/WebBluetoothCG/web-bluetooth/issues/188#issuecomment-255121220)
* The `getDevices()` and `watchAdvertisements()` APIs are behind the
`chrome://flags/#enable-experimental-web-platform-features` 🚩 flag.
* The Persistent Device Permissions feature is behind the
`chrome://flags/#enable-web-bluetooth-new-permissions-backend` 🚩 flag.

## [GATT Communication API](https://webbluetoothcg.github.io/web-bluetooth/)

Expand All @@ -28,8 +33,9 @@ Chooser UI | βœ“ | βœ“ | βœ“ | βœ“ | βœ“
permissions.request() | | | | | |
permissions.query() | | | | | |
permissions.revoke() | | | | | |
watchAdvertisements() | | | | | |
Persistent Device IDs | | | | | |
getDevices() | 83 🚩 | 83 🚩 | 83 🚩 | 83 🚩 | 83 🚩 |
watchAdvertisements() | | 85 🚩 | 85 🚩 | | 85 🚩 |
Persistent Device Permissions | 83 🚩 | 83 🚩 | 83 🚩 | 83 🚩 | 83 🚩 |
GATT Server Connect | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
GATT Server Disconnect | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
Hanging connect() abortable by disconnect() | | | | | |
Expand Down

0 comments on commit 0a0b9e1

Please sign in to comment.