How is it possible to see all listeners on channel at some moment ? (I mean phoenix-js and client-side js code)
Something, like this:
channel.eventListeners = ['event1', 'event2'] ...
How is it possible to see all listeners on channel at some moment ? (I mean phoenix-js and client-side js code)
Something, like this:
channel.eventListeners = ['event1', 'event2'] ...