0

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'] ...
Max P
  • 1,439
  • 3
  • 15
  • 33

1 Answers1

0

I found all I need in channel.bindings

Max P
  • 1,439
  • 3
  • 15
  • 33