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

initMouseEvent() is deprecated #1131

Open
zepumph opened this issue Mar 22, 2024 · 0 comments
Open

initMouseEvent() is deprecated #1131

zepumph opened this issue Mar 22, 2024 · 0 comments

Comments

@zepumph
Copy link
Member

zepumph commented Mar 22, 2024

I ran into it here, but it looks like we have 10 usages of .initMouseEvent() and only one of new MouseEvent(). I get this warning on Firefox:

initMouseEvent() is deprecated. Use the MouseEvent() constructor instead.

I am a bit worried to do this though because it will touch InputFuzzer.

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