Skip to content

URL.createObjectURL may return undefined on Android 4.1~4.3 with default browser (not chrome) #107

Open
@jacobbubu

Description

@jacobbubu

preloadjs-0.6.0.combined.js#L6024

    var objURL = URL.createObjectURL(loader.getResult(true));
    tag.src = objURL;
    tag.onload = function () {
        URL.revokeObjectURL(_this.src);
    }

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions