Constructor
new InputEvent()
A polyfill to patch 'input' event support in IE11.
- Source:
Methods
addEventListener_(type, listener, 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 | ||
options |
AddEventListenerOptions | boolean |
<optional> |
- Source: