pub(crate) fn composition_event_ctor(
it: &mut Interp,
t: Value,
a: &[Value],
) -> Result<Value, Value>Expand description
new CompositionEvent(type, options)(丸ごと未対応だった。IME 変換中の
el.dispatchEvent(new CompositionEvent('compositionupdate', {data}))
というシミュレーションの定番パターン)。基底の Event プロパティは
event_ctor を再利用し、data のみ追加する。