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

mutation-summary library not working after updating mac to high sierra #33

Open
swagatata opened this issue Nov 14, 2017 · 0 comments
Open

Comments

@swagatata
Copy link

swagatata commented Nov 14, 2017

var observerNew = new MutationSummary({
    queries: [
      {
        element: 'input[type=password]'
      }
    ],
    callback: function(mutations) {
        console.log('inside the callback');
    },
  });

This is the code i have been using. it worked before but stopped working after i updated my OS to mac high sierra (version 10.13.1).

This is in chrome.

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