W3cubDocs

/DOM

CompositionEvent.constructor

The CompositionEvent() constructor creates a new CompositionEvent object instance.

Syntax

 myEvent = new CompositionEvent(typeArg, CompositionEventInit)

Values

typeArg
Is a DOMString representing the name of the event.
CompositionEventInitOptional
A CompositionEventInit dictionary object, which can contain the following members:
  • data: Initializes the data attribute of the CompositionEvent object to the characters generated by the IME composition.

Note: The CompositionEventInit dictionary inherits from the UIEventInit dictionary, so can also accept members defined on there.

Specifications

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support Yes ? 53 Yes No ?
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support Yes Yes ? 53 ? ? ?

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/CompositionEvent