Skip to content

Conversation

@shifucun
Copy link

No description provided.

if (typeof WebKitMutationObserver != 'function') {
console.error('This example extension requires MutationObservers. ' +
'Try the Chrome Canary build.');
return;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of this, you should use MutationObserver instead of WebKitMutationObserver all the way through.

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

Successfully merging this pull request may close these issues.

2 participants