angular/packages/core/primitives/event-dispatch/test
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
..
BUILD.bazel feat(core): Synchronize changes from internal JSAction codebase. (#55182) 2024-04-11 17:27:39 +02:00
dispatcher_test.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
event_dispatcher_test.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
event_test.ts refactor(core): allow passing passive option to addEvent (#58316) 2024-10-24 17:49:26 -07:00
eventcontract_test.ts refactor(core): allow passing passive option to addEvent (#58316) 2024-10-24 17:49:26 -07:00
html.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00