-
Notifications
You must be signed in to change notification settings - Fork 48.6k
Add additional supported methods to event documentation #2664
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
Conversation
`isPropagationStopped` and `isDefaultPrevented` methods do in fact exist on `SyntheticEvent`
On Fri, Dec 5, 2014 at 9:51 AM, Sebastian Markbåge <[email protected]
👍 Makes perfect sense. |
Closing because it sounds like @sebmarkbage said no (but I don't have that message - something got weird with GitHub) |
Actually I'm not sure about this. I think returnValue isn't a spec:ed standard so I guess these jQuery-inspired methods are about as standard as it gets... |
It's been a few months but let's do it. They exist. We should document them. |
Add additional supported methods to event documentation
Add additional supported methods to event documentation (cherry picked from commit b766c62)
isPropagationStopped
andisDefaultPrevented
methods do in fact exist onSyntheticEvent
I have indeed signed the CLA.