Event constructor

Event(
  1. String type, [
  2. EventInit eventInitDict
])

Implementation

external factory Event(
  String type, [
  EventInit eventInitDict,
]);