-
Is there something I can do to know if the player has reached the end of the file? Something like player.on("onEnd", () => {}); Or is that not a thing? |
Beta Was this translation helpful? Give feedback.
Answered by
jazz-soft
Feb 17, 2021
Replies: 1 comment
-
player.onEnd = function() { console.log('Finished!'); } |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ar065
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
player.onEnd = function() { console.log('Finished!'); }