A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/isComposing below:

KeyboardEvent: isComposing property - Web APIs

MDN Web Docs
  1. References
  2. Web APIs
  3. KeyboardEvent
  4. isComposing

Filter sidebar

In this article
  1. UI Events
  2. KeyboardEvent
  3. Constructor
    1. KeyboardEvent()
  4. Instance properties
    1. altKey
    2. charCode Deprecated
    3. code
    4. ctrlKey
    5. isComposing
    6. key
    7. keyCode Deprecated
    8. keyIdentifier Non-standard Deprecated
    9. location
    10. metaKey
    11. repeat
    12. shiftKey
  5. Instance methods
    1. getModifierState()
    2. initKeyboardEvent() Deprecated
  6. Inheritance
    1. UIEvent
    2. Event
  7. Related pages for UI Events
    1. CompositionEvent
    2. FocusEvent
    3. InputEvent
    4. MouseEvent
    5. MouseScrollEvent Non-standard Deprecated
    6. MutationEvent Non-standard Deprecated
    7. TextEvent Deprecated
    8. UIEvent
    9. WheelEvent
In this article KeyboardEvent: isComposing property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

The KeyboardEvent.isComposing read-only property returns a boolean value indicating if the event is fired within a composition session, i.e., after compositionstart and before compositionend.

Value

A boolean.

Examples

js

const kbdEvent = new KeyboardEvent("syntheticKey", false);
console.log(kbdEvent.isComposing); // return false
Specifications Specification UI Events
# dom-keyboardevent-iscomposing
Browser compatibility See also Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on Apr 3, 2025 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

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.3