I have the next code
var audioElement0 = document.createElement(\'audio\'); audioElement0.setAttribute(\'src\', \'notify.wav\'); audioElement0.setAttribute(\'aut
Set the loop="loop" attribute in the audio tag.
loop="loop"