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

feat(EventListenerOptions): fix #737, add support to EventListenerOptions #738

Merged
merged 1 commit into from
Apr 21, 2017

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

@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