Skip to content

Commit

Permalink
KeyboardEvent.code is always empty on Android (#25644)
Browse files Browse the repository at this point in the history
* KeyboardEvent.code is always empty on Android

* Apply suggestions from code review
  • Loading branch information
caugner authored Jan 14, 2025
1 parent 32d131b commit 479b941
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions api/KeyboardEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,20 @@
"chrome": {
"version_added": "48"
},
"chrome_android": "mirror",
"chrome_android": {
"version_added": "48",
"partial_implementation": true,
"notes": "The value is always empty."
},
"edge": "mirror",
"firefox": {
"version_added": "38"
},
"firefox_android": "mirror",
"firefox_android": {
"version_added": "38",
"partial_implementation": true,
"notes": "The value is always empty."
},
"ie": {
"version_added": false
},
Expand Down

0 comments on commit 479b941

Please sign in to comment.