Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

no support for handleEvent #10

Closed
WebReflection opened this issue Dec 7, 2017 · 2 comments · Fixed by #13
Closed

no support for handleEvent #10

WebReflection opened this issue Dec 7, 2017 · 2 comments · Fixed by #13

Comments

@WebReflection
Copy link

WebReflection commented Dec 7, 2017

The EventTarget interface, which is also already polyfilled in here, supports handleEvent method through objects/instances.

callback interface EventListener {
  void handleEvent(Event event);
};

This polyfill breaks standard behavior when an object, instead of a callback, is passed as listener and the third parameter is an object too.

More on the topic, with various use cases and explained benefits, in this post.

@WebReflection
Copy link
Author

is this a death/abandoned project?

@WebReflection
Copy link
Author

I assume it is.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant