Skip to content

Commit

Permalink
Add more keys to WebHID (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Oct 23, 2024
1 parent f4c37bd commit d7af785
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
33 changes: 33 additions & 0 deletions features/webhid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,36 @@ spec: https://wicg.github.io/webhid/
caniuse: webhid
status:
compute_from: api.Navigator.hid
compat_features:
- api.HID
- api.HID.connect_event
- api.HID.disconnect_event
- api.HID.getDevices
- api.HID.requestDevice
- api.HID.worker_support
- api.HIDConnectionEvent
- api.HIDConnectionEvent.HIDConnectionEvent
- api.HIDConnectionEvent.device
- api.HIDConnectionEvent.worker_support
- api.HIDDevice
- api.HIDDevice.close
- api.HIDDevice.collections
- api.HIDDevice.forget
- api.HIDDevice.inputreport_event
- api.HIDDevice.open
- api.HIDDevice.opened
- api.HIDDevice.productId
- api.HIDDevice.productName
- api.HIDDevice.receiveFeatureReport
- api.HIDDevice.sendFeatureReport
- api.HIDDevice.sendReport
- api.HIDDevice.vendorId
- api.HIDDevice.worker_support
- api.HIDInputReportEvent
- api.HIDInputReportEvent.data
- api.HIDInputReportEvent.device
- api.HIDInputReportEvent.reportId
- api.HIDInputReportEvent.worker_support
- api.Navigator.hid
- api.WorkerNavigator.hid
- http.headers.Permissions-Policy.hid
10 changes: 10 additions & 0 deletions features/webhid.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ compat_features:
- api.HIDInputReportEvent.reportId
- api.Navigator.hid

# baseline: false
# support:
# chrome: "100"
# edge: "100"
- api.HIDDevice.forget

# baseline: false
# support: {}
- api.HID.worker_support
- api.HIDConnectionEvent.worker_support
- api.HIDDevice.worker_support
- api.HIDInputReportEvent.worker_support
- api.WorkerNavigator.hid

0 comments on commit d7af785

Please sign in to comment.