Skip to content

v1.1.0 - Added remove function

Compare
Choose a tag to compare
@regorxxx regorxxx released this 12 Aug 18:17
· 14 commits to main since this release

Added

  • removeEventListeners: new function 'removeEventListeners(event)' to remove all listeners attached to a callback. Event may be a string or array of strings with the name of callbacks to remove, i.e. 'on_playlists_changed' or ['on_playlists_changed', 'on_script_unload'].