Skip to content

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

@swagatata

Description

@swagatata
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions