DIYgod / APlayer

:lollipop: Wow, such a beautiful HTML5 music player
http://aplayer.js.org
MIT License
7.33k stars 1.03k forks source link

how to Unbind the event handler #776

Closed xishandong closed 1 year ago

xishandong commented 1 year ago

When I use it for SPA Web, window.ap.on('timeupdate', autoScrollLyrics); this function may bind more than once, so that something went wrong, I tried window.ap.off('timeupdate', autoScrollLyrics); but there is no off function, how can I unbind first