You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/fromeventpattern.js"View in source")
3
3
4
4
Creates an observable sequence by using the addHandler and removeHandler functions to add and remove the handlers, with an optional selector function to project the event arguments.
5
5
6
6
#### Arguments
7
7
1.`addHandler`*(`Function`)*: The DOMElement, NodeList or EventEmitter to attach a listener.
8
-
2.`removeHandler`*(`Function`)*: The event name to attach the observable sequence.
8
+
2.`[removeHandler]`*(`Function`)*: The optional function to remove a handler from an emitter.
9
9
3.`[selector]`*(`Function`)*: A selector which takes the arguments from the event handler to produce a single item to yield on next.
0 commit comments