Closed ekoeryanto closed 5 years ago
Is there a way to remove a listener? such as
zongji.on('binlog', () => {}) zongji.removeEventListener(...)
thanks
Sure, as simple as removeListener.
something silly from me, there is a sample from the example
example
Is there a way to remove a listener? such as
thanks