useNativeEvents
Last updated
Was this helpful?
Last updated
Was this helpful?
Determines whether the method uses native DOM events only and disregards the referenced supported libraries such as , , , and
For example, we could have jQuery referenced as part of our project, however, we only want native DOM events.
We can do this by setting the Rx.config.useNativeEvents
flag to true
.