diff --git a/example/main.js b/example/main.js index e09b0fa..9723ade 100644 --- a/example/main.js +++ b/example/main.js @@ -37,9 +37,12 @@ player.on("timeupdate", ({ seconds, duration }) => { }); */ +// this can be a bit chatty for a demo, so it's disabled +/* player.on("progress", ({ percent }) => { println("Event: progress " + JSON.stringify({ percent }, null, 2)); }); +*/ player.on("seeked", () => { println("Event: seeked");