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
Currently, the only difficulty seems to be a minor type mismatch in the on / off function signatures, which do not quite match JQueryStyleEventEmitter.
It would be great if Eev would support easy interoperability with RxJS
fromEvent
https://rxjs-dev.firebaseapp.com/api/index/function/fromEventCurrently, the only difficulty seems to be a minor type mismatch in the
on
/off
function signatures, which do not quite matchJQueryStyleEventEmitter
.changing
to
in
eev.d.ts
would fix this and allow easy conversion of events to Observables throughfromEvent
.The text was updated successfully, but these errors were encountered: