Skip to content

Howls that fail to load aren't removed from Howler.howls when calling unload() #978

Closed
@dgrenzo

Description

@dgrenzo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions