KeyboardEvent
open external class KeyboardEvent(type: String, eventInitDict: KeyboardEventInit = definedExternally) : UIEvent(source)
Exposes the JavaScript KeyboardEvent to Kotlin
Exposes the JavaScript KeyboardEvent to Kotlin
Thanks for your feedback!