-
Notifications
You must be signed in to change notification settings - Fork 287
Dated and incorrect sample code in F99 #4344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It looks to me like “the .keycode attribute” could be replaced by “event.key” -- but that is not an ambitious fix. |
IMO the minimal and least controversial viable fix would be just " Using Fun!
|
filed #4374 which i think is all that's needed here |
Uh oh!
There was an error while loading. Please reload this page.
F99 mentions to beware "the presence of the
.keycode
attribute".getAttribute
method for the reflected attribute.keyCode
.keyCode
has been deprecated since, eh, I'm not an archeologist. :-) A superficial search unveils a Stackoverflow question from 2016.The text was updated successfully, but these errors were encountered: