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