addEventListener

fun addEventListener(type: String, callback: (Event) -> Unit?, options: AddEventListenerOptions)(source)
fun addEventListener(type: String, callback: EventListener?, options: Boolean)(source)
fun addEventListener(type: String, callback: (Event) -> Unit?, options: Boolean)(source)
fun addEventListener(type: String, callback: (Event) -> Unit?)(source)