CustomEvent constructor
CustomEvent(
- String type, [
- CustomEventInit? eventInitDict
Implementation
factory CustomEvent(String type, [CustomEventInit? eventInitDict]) =>
CustomEvent._(type, eventInitDict ?? undefined);