angular/packages/core/primitives/event-dispatch/src
Yong Su f34268161b 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
..
a11y_click.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
action_resolver.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
attribute.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
bootstrap_app_scoped.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
bootstrap_global.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
cache.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
char.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
dispatcher.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
earlyeventcontract.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
event.ts refactor(core): allow passing passive option to addEvent (#58316) 2024-10-24 17:49:26 -07:00
event_contract_container.ts refactor(core): allow passing passive option to addEvent (#58316) 2024-10-24 17:49:26 -07:00
event_contract_defines.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
event_contract_multi_container.ts refactor(core): allow passing passive option to addEvent (#58316) 2024-10-24 17:49:26 -07:00
event_dispatcher.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
event_handler.ts refactor(core): allow passing passive option to addEvent (#58316) 2024-10-24 17:49:26 -07:00
event_info.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
event_type.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
eventcontract.ts refactor(core): allow passing passive option to addEvent (#58316) 2024-10-24 17:49:26 -07:00
key_code.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
property.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
restriction.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00