Skip to content

deprecated toBlob in Firefox 141.0.2 hangs to unresolved promise #31588

@boggan

Description

@boggan

Hi!

found a new issue with the latest Firefox version (141.0.2)

if ( canvas.toBlob !== undefined ) {

this preventing the GLTFExporter to export GLB properly

I suggest changing the line to

if ( canvas.toBlob !== undefined && !canvas.convertToBlob ) {
...
}

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions