Closed menelaos closed 9 years ago
You can't wire them up with fromEvent
? Could you give a specific example?
Ah, please excuse my poor wording: I meant to ask why RxJS-DOM does not provide shortcuts for all standard events.
@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.
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?