-
-
Notifications
You must be signed in to change notification settings - Fork 982
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 addEventListener() and removeEventListener() methods #710
Labels
Comments
Do you want to make a PR? |
I'd love to, but I am starved for time right now. I won't be able to take a stab To anyone with providential inclination: feel free to take a crack at this. |
I am on holiday for the next month, so no rush
|
Closed
Roadmapped for v5.1 |
Merged
That would be nice, we can't add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently event handlers can only be setup at initialization time in the
constructor's
options
parameter.Instead,
iFrameResizer
should implement the standardEventTarget
interfacewith
addEventListener()
,removeEventListener()
, anddispatchEvent()
so 1)iFrameResizer follows the standard JS events API and 2) event handling can
change dynamically.
The text was updated successfully, but these errors were encountered: