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

TypeError: Invalid operand to 'instanceof': Function expected #200

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

TypeError: Invalid operand to 'instanceof': Function expected #200

kruncher opened this issue Apr 6, 2020 · 0 comments

Comments

@kruncher
Copy link

kruncher commented Apr 6, 2020

image

The error occurs with Microsoft Edge:

78455999-4224c000-7699-11ea-9acc-3f6162293bd8

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.ImageBitmap = function() { };
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