ErrorEvent constructor

ErrorEvent(
  1. String type, [
  2. ErrorEventInit eventInitDict
])

Implementation

external factory ErrorEvent(
  String type, [
  ErrorEventInit eventInitDict,
]);