Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2017年4月.
CompositionEvent() コンストラクターは、新しい CompositionEvent オブジェクトのインスタンスを作成します。
イベントの名前を表す文字列です。 大文字小文字の区別があり、ブラウザーは compositionstart, compositionupdate, compositionend の何れかに設定します。
options 省略可UIEvent() で定義されているプロパティに加えて、以下のプロパティがあるオブジェクトです。
data 省略可文字列で、新しい CompositionEvent の data プロパティを初期化するために使用されます。ブラウザーで生成されたイベントでは、 IME の変換で生成された文字に設定されます。
新しい CompositionEvent オブジェクトです。
| UI Events # dom-compositionevent-compositionevent |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2023年8月1日 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.