Reactive-Extensions / RxJS-DOM

HTML DOM Bindings for the Reactive Extensions for JavaScript
http://reactivex.io
Other
437 stars 99 forks source link

Add more events #96

Closed menelaos closed 9 years ago

menelaos commented 9 years ago

I noticed that RxJS-DOM does not support all (standard) events.

Is there a reason for that or is it just a matter of writing up the corresponding documentation?

paulpdaniels commented 9 years ago

You can't wire them up with fromEvent? Could you give a specific example?

menelaos commented 9 years ago

Ah, please excuse my poor wording: I meant to ask why RxJS-DOM does not provide shortcuts for all standard events.

mattpodwysocki commented 9 years ago

@menelaos that would be adding quite a bit for very little benefit for most events. We're trying to stick with the major events for the HTML DOM that belong on such things as document, window, etc.