DomEmitterMixin should pass "passive" option for listener #7828
Labels
package:utils
squad:magic
type:improvement
This issue reports a possible enhancement of an existing feature.
Milestone
📝 Provide a description of the improvement
The current implementation of
DomEmitterMixin
only supportsuseCapture
option but nousePassive
option.This is needed for non-blocking
scroll
listeners - https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#Improving_scrolling_performance_with_passive_listenersIf you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: