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

Explore alternative to MutationObserver #9

Open
jh3y opened this issue Oct 2, 2020 · 0 comments
Open

Explore alternative to MutationObserver #9

jh3y opened this issue Oct 2, 2020 · 0 comments
Labels
hacktoberfest Good issue for Hacktoberfest

Comments

@jh3y
Copy link
Owner

jh3y commented Oct 2, 2020

The extension uses MutationObserver which feels a little brittle to hook onto available parts of the UI.

  • Is there a better way to do this? Currently, we wait until the DOM is hydrated and then attach attributes so we can get hold of things in the DOM.
  • Could we swap out some selectors perhaps?
@jh3y jh3y added the hacktoberfest Good issue for Hacktoberfest label Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Good issue for Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant