A polyfill to patch 'input' event support in IE11.
- Source:
Members
-
(private, static) originalAddEventListener_
-
The original addEventListener from HTMLInputElement.
- Source:
Methods
-
(private, static) addEventListener_(type, listener, opt_optionsopt)
-
Add an event listener to this object and translate the event types to those that work on IE11.
This:
- {HTMLInputElement}
Parameters:
Name Type Attributes Description type
string listener
EventListener | function(!Event): (boolean|undefined) opt_options
AddEventListenerOptions | boolean <optional>
- Source:
-
(static) install()
-
Install the polyfill if needed.
- Source: