emitter.listenerCount(eventName)
-
eventName<Value> The name of the event being listened for
Returns the number of listeners listening to the event named eventName.
emitter.listenerCount(eventName)
eventName <Value> The name of the event being listened forReturns the number of listeners listening to the event named eventName.
Please login to continue.