CustomEvent constructor

CustomEvent(
  1. String type, [
  2. CustomEventInit eventInitDict
])

Implementation

external factory CustomEvent(
  String type, [
  CustomEventInit eventInitDict,
]);