Hacker News new | ask | show | jobs
by ch_sm 2363 days ago
The best way I’ve found is to update the DOM in an requestAnimationFrame loop, polling the Audio Element’s currentTime, since its events don’t fire reliably.