You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would it mean if the KeyboardEvent.repeat attribute were true for a keyup event? Is it allowed? The spec doesn't seem to address this question. In the keyup section, the bullet point for KeyboardEvent.repeat says the same thing as for keydown:
true if a key has been depressed long enough to trigger key repetition, otherwise false