addEventListener

fun addEventListener(type: String, callback: EventListener?, options: dynamic = definedExternally)(source)
fun addEventListener(type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)(source)

Since Kotlin

1.1