KeyboardEvent.key always undefined?
-
A Former User last edited by
According to the spec,
KeyboardEvent.keycan never be undefined: https://w3c.github.io/uievents/#key-algorithmActually, it is always undefined with all of
keydown,keypressandkeyupand onlyKeyboardEvent.codeis available? I just can't believe it …