property AddEventListenerOptions.passive
When set to true, indicates that the listener will never call preventDefault()
.
This provides a performance optimization opportunity for event processing.
If a passive listener attempts to call preventDefault()
, the call will be ignored
and a warning may be generated.
Type #
boolean