unloads

open fun unloads(init: Event.() -> Unit): Listener<Event, T>

occurs once a page has unloaded (for )

Return

a Listener that emits Events on its Flow

Parameters

init

expression to manipulate the event dispatching like calling stopPropagation or similar DOM-API.


open val unloads: Listener<Event, T>

occurs once a page has unloaded (for )