W3cubDocs

/DOM

CompositionEvent

The DOM CompositionEvent represents events that occur due to the user indirectly entering text.

Constructor

CompositionEvent()
Creates a new CompositionEvent object instance.

Properties

This interface also inherits properties of its parent, UIEvent, and its ancestor — Event.

CompositionEvent.data Read only
Returns the characters generated by the input method that raised the event; its varies depending on the type of event that generated the CompositionEvent object.
CompositionEvent.locale Read only
Returns the locale of current input method (for example, the keyboard layout locale if the composition is associated with IME).

Methods

This interface also inherits methods of its parent, UIEvent, and its ancestor — Event.

CompositionEvent.initCompositionEvent()
Initializes the attributes of a CompositionEvent object.

Specifications

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support Yes Yes 9 Yes No ?
CompositionEvent() constructor Yes ? 53 Yes No ?
data Yes Yes 9 Yes No ?
initCompositionEvent Yes Yes 9 Yes No ?
locale Yes Yes 9 Yes No ?
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support Yes Yes Yes 9 ? ? ?
CompositionEvent() constructor Yes Yes ? 53 ? ? ?
data Yes Yes Yes 9 ? ? ?
initCompositionEvent Yes Yes Yes 9 ? ? ?
locale Yes Yes Yes 9 ? ? ?

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