How can we check for when a new Audio() is finished loading?
new Audio()
var sound = new Audio(\'path/to/audio.mp3\'); sound.onload = () => { //run c