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