Skip to content

Add addEventListener() and removeEventListener() methods #710

@gruns

Description

@gruns

Currently event handlers can only be setup at initialization time in the
constructor's options parameter.

Instead, iFrameResizer should implement the standard EventTarget interface

with addEventListener(), removeEventListener(), and dispatchEvent() so 1)
iFrameResizer follows the standard JS events API and 2) event handling can
change dynamically.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions