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

Web Components Issues #516

Open
caridy opened this issue Jul 18, 2018 · 0 comments
Open

Web Components Issues #516

caridy opened this issue Jul 18, 2018 · 0 comments

Comments

@caridy
Copy link
Contributor

caridy commented Jul 18, 2018

This issue is a placeholder to hold back references to things that are important to track outside of this project:

MutationObserver's connect and disconnect

Event and CustomEvent extensions

class FooEvent extends CustomEvent {
  constructor() {
    super('foo');
  }
};
var foo = new FooEvent();
console.log('This evaluates to "false" which is unexpected', foo instanceof FooEvent);
console.log('This evaluates to "true" which is expected', foo instanceof CustomEvent);
console.log('This evaluates to "true" which is expected', foo instanceof Event);
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