InputEvent()

The InputEvent() constructor creates a new InputEvent.

Syntax

JavaScript
event = new InputEvent(typeArg, inputEventInit);

Values

typeArg
Is a DOMString representing the name of the event.
inputEventInitOptional
Is a InputEventInit dictionary, having the following fields:
  • "isComposing", optional and defaulting to false, of type Boolean, that is the if the event is part of a composition session, after the compositionstart event and before compositionend.

The InputEventInit dictionary also accepts fields from UIEventInit and from EventInit dictionaries.

Specifications

Specification Status Comment
Document Object Model (DOM) Level 3 Events Specification
The definition of 'InputEvent()' in that specification.
Working Draft Initial definition.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) 31 (31) ? (Yes) ?
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? ? 31.0 (31) ? ? ?

See also

  • InputEvent, the interface of the objects it constructs.

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/inputevent/inputevent

API Constructor DOM InputEvent Reference Référence