I can preload images easily thanks to the onload
function. But it doesn't work with audio. Browsers like Chrome, Safari, Firefox, etc. don't support the onload
functions in the audio tag.
How do I preload a sound in Javascript without using JS libraries and without using or creating HTML tags?
See Question&Answers more detail:os