Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Rejection (TypeError): 2 is not a valid argument count for any overload of Window.createImageBitmap #199

Open
kruncher opened this issue Apr 5, 2020 · 0 comments

Comments

@kruncher
Copy link

kruncher commented Apr 5, 2020

The following error message occurs when using Firefox 74.0.1 (64-bit):

image

It seems to be caused by using the following:

const node = this.videoContext.image("/blank.png");

As a workaround I am able to do the following successfully:

window.createImageBitmap = null;
const node = this.videoContext.image("/blank.png");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant