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