The InputEvent
interface represents an event notifying of editable content change.
Documentation InputEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Constructor
Variables
read onlyisComposing:Bool
Returns a Boolean
value indicating if the event is fired after compositionstart
and before compositionend
.