CompositionEvent()
The CompositionEvent() constructor creates a new CompositionEvent object instance.
Syntax
const myEvent = new CompositionEvent(typeArg [, CompositionEventInit])
Values
typeArg-
Is a
DOMStringrepresenting the name of the event. -
CompositionEventInitOptional -
A
CompositionEventInitdictionary object, which can contain the following members:data-
Initializes the
dataattribute of theCompositionEventobject to the characters generated by the IME composition.
Note: The
CompositionEventInitdictionary inherits from theUIEventInitdictionary, so can also accept members defined on there.
Specifications
| Specification |
|---|
| UI Events # dom-compositionevent-compositionevent |
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
CompositionEvent |
26 |
12 |
53 |
No |
15 |
7 |
≤37 |
26 |
53 |
14 |
7 |
1.5 |
See also
-
CompositionEvent, the interface of the objects it constructs.
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent/CompositionEvent