Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Conversation

JiaLiPassion
Copy link
Collaborator

fix #737
add support to (Add)EventListenerOptions which has property

{
  capture: boolean,
  once: boolean,
  passive: boolean
}

https://dom.spec.whatwg.org/#dictdef-addeventlisteneroptions

@JiaLiPassion JiaLiPassion force-pushed the evtoptions branch 4 times, most recently from 01d38a4 to 5c34ac4 Compare April 16, 2017 01:30
@mhevery mhevery merged commit a89830d into angular:master Apr 21, 2017
@JiaLiPassion JiaLiPassion deleted the evtoptions branch May 6, 2017 04:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

addEventListener and removeEventListener doesn't work with EventListenerOptions
3 participants