We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
let failed_howl = new Howl({ src: [''], onloaderror: () => { Howler.unload(); } });
I think it is because the .splice is happening inside a loop at line 1583 of howler.core.js that never gets executed for Howls that haven't loaded.
Thanks! It was indeed in the wrong spot and shouldn't have been inside that for loop.
Remove Howl from cache when unloaded after failing to load
Activity
goldfire commentedon Jun 22, 2018
Thanks! It was indeed in the wrong spot and shouldn't have been inside that for loop.
Remove Howl from cache when unloaded after failing to load