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

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

Merged
mhevery merged 1 commit intoangular:masterfrom
JiaLiPassion:evtoptions
Apr 21, 2017
Merged

feat(EventListenerOptions): fix #737, add support to EventListenerOptions#738
mhevery merged 1 commit intoangular:masterfrom
JiaLiPassion:evtoptions

Conversation

@JiaLiPassion
Copy link
Copy Markdown
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