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 has been archived by the owner on Apr 20, 2018. It is now read-only.
But RxJs-DOM implementation is listening only default listener (message), so... is it possible add custom listener and not only one?, that use case will be really useful in some circumstances.
Hello. We are using RxJs-DOM, and this library is amazing, but, we found a problem with
fromEventSource
implementation:In EventSource specification, you could use custom events, by example:
But RxJs-DOM implementation is listening only default listener (
message
), so... is it possible add custom listener and not only one?, that use case will be really useful in some circumstances.Thanks!
https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events
The text was updated successfully, but these errors were encountered: