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

no support for handleEvent #10

Description

@WebReflection

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions