-
Notifications
You must be signed in to change notification settings - Fork 26
KeyboardEvent.keyCode deprecated #19
Copy link
Copy link
Open
Description
According to MDN, we should most definitely not be using the .keyCode property. It is deprecated:
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
On W3 school, this fact is played down and there is only a side note saying that .keyCode is provided for compatibility only and that the latest version of the DOM Events Specification recommend using the .key property instead.
Will this library be updated to use KeyboardEvent.key?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels