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 July 2015.
KeyboardEvent.isComposing
는 읽기 전용 속성으로 compositionstart
이후나
compositionend
이전과
같은 합성 세션 내에서 이벤트가 발생하는지를 불리언 값으로 나타냅니다.
값
불리언 값입니다.
예제
js
const kbdEvent = new KeyboardEvent("syntheticKey", false);
console.log(kbdEvent.isComposing); // false 를 반환합니다.
명세서
Specification |
---|
UI Events # dom-keyboardevent-iscomposing |
브라우저 호환성
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
isComposing |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.