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

MutationObserver is not defined #1159

Closed
wheelhot opened this issue Jul 5, 2018 · 2 comments

Comments

@wheelhot
Copy link

commented Jul 5, 2018

Hmm, considering this is part of JavaScript, any particular reason why StandardJS throws this error?

screen shot 2018-07-05 at 21 53 55

And what can I do to fix it? Thanks!

@LinusU

This comment has been minimized.

Copy link
Member

commented Jul 6, 2018

It will probably get added to ESLint sooner or later, but in the mean time you can add:

/* global MutationObserver */

to the top of your file.

@stale

This comment has been minimized.

Copy link

commented Oct 4, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Oct 4, 2018

@stale stale bot closed this Oct 11, 2018

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
2 participants
You can’t perform that action at this time.