errorsCaptured

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

occurs when there is an error while loading an external file (e.g. a document or an image).

Return

a Listener that emits Events on its Flow

Parameters

init

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


occurs when a CSS Animation has completed