Listener
Constructors
Functions
Link copied to clipboard
Calls Event.composedPath on the Event-flow.
Link copied to clipboard
Calls Event.preventDefault on the Event-flow.
Link copied to clipboard
Calls Event.stopImmediatePropagation on the Event-flow.
Link copied to clipboard
Calls Event.stopPropagation on the Event-flow.
Extensions
Link copied to clipboard
Extracts a FileList from the Event.target.
Link copied to clipboard
Extracts the HTMLSelectElement.selectedIndex from the Event.target.
Link copied to clipboard
Extracts the HTMLOptionElement.text from the selected HTMLOptionElement.
Link copied to clipboard
Extracts the HTMLOptionElement.value from the selected HTMLOptionElement.
Link copied to clipboard
Extracts the HTMLInputElement.checked state from the Event.target.
Link copied to clipboard
Extracts the HTMLInputElement.value from the Event.target.