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

Add mixin support #92

Closed
marcoscaceres opened this issue Oct 24, 2017 · 3 comments
Closed

Add mixin support #92

marcoscaceres opened this issue Oct 24, 2017 · 3 comments
Assignees

Comments

@marcoscaceres
Copy link
Member

Seems we don't support mixins yet, right?

interface mixin Observable {
  void addEventListener(DOMString type,
                        EventListener listener,
                        boolean useCapture);
  // ...
};
@marcoscaceres
Copy link
Member Author

@saschanaz, you feel like tackling this?

@saschanaz
Copy link
Member

Yes 😄

@marcoscaceres
Copy link
Member Author

Woot woot! 🎉 Anything I can do to help, just ping!

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

2 participants