angular/packages/core/primitives
Yong Su bba8cc5d86 refactor(core): allow passing passive option to addEvent (#58316)
For scroll-blocking events like 'touchstart', 'touchmove', 'wheel' and 'mousewheel',
if passive option is not specified when adding the event listener, browser may give
a violation warning.

This PR allows us to set the passive option when calling event lib's addEvent().

PR Close #58316
2024-10-24 17:49:26 -07:00
..
event-dispatch refactor(core): allow passing passive option to addEvent (#58316) 2024-10-24 17:49:26 -07:00
signals refactor(core): expose producerMarkClean utility (#58228) 2024-10-17 18:09:16 +00:00