addEventListener

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