Skip to content

TypeError: createImageBitmap with ImageData is not implemented #43

@frank-weindel

Description

@frank-weindel

Got a report of this error occurring on XUMO boxes from @iamtabrezkhan on Discord:

Hey guys, I am running a very basic app on a XUMO box using just the renderer. No framework. Just initializing the renderer and creating a few rectangles using renderer.createNode.
Locally on browser it works fine. But in the box, I am getting this error - TypeError: createImageBitmap with ImageData is not implemented

I confirmed this issue occurs on pre-WPE 2.38 RDK devices.

I think we can solve this by allowing ImageData objects to be passed all the way through to the texImage2D() GPU upload call without first trying to convert them to ImageBitmap.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinglegacy browser supportFeature/fix relates to supporting older browsers

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions