Skip to content

Commit

Permalink
Adapt api.HIDDevice.oninputreport to new events structure (#15155)
Browse files Browse the repository at this point in the history
This PR adapts the inputreport event of the HIDDevice API to conform to the new events structure.
  • Loading branch information
queengooborg authored Mar 14, 2022
1 parent 797fa2c commit 680f990
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/HIDDevice.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,10 @@
}
}
},
"oninputreport": {
"inputreport_event": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HIDDevice/oninputreport",
"description": "<code>inputreport</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HIDDevice/inputreport_event",
"spec_url": "https://wicg.github.io/webhid/#dom-hiddevice-oninputreport",
"support": {
"chrome": {
Expand Down

0 comments on commit 680f990

Please sign in to comment.