removeAllListeners(eventName)
Remove all listeners or only the listeners for the specified event.
Parameters
Name | Type | Description |
---|---|---|
eventName | String | The event you want to remove all listeners for. |
- Source code: plugins/path/EventTarget.js (Line 173)
Please login to continue.