KeyboardEvent constructor

KeyboardEvent(
  1. String type, [
  2. KeyboardEventInit eventInitDict
])

Implementation

external factory KeyboardEvent(
  String type, [
  KeyboardEventInit eventInitDict,
]);