Baseline Widely available
The CompositionEvent()
constructor creates a new CompositionEvent
object.
new CompositionEvent(type)
new CompositionEvent(type, options)
Parameters
type
A string with the name of the event. It is case-sensitive and browsers set it to compositionstart
, compositionupdate
, or compositionend
.
options
Optional
An object that, in addition of the properties defined in UIEvent()
, has the following properties:
data
Optional
A string used to initialize the data
property of the new CompositionEvent
. Browser-generated events set it to the characters generated by the IME composition.
A new CompositionEvent
object.
CompositionEvent
, the interface of the objects it constructs.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4