loadstarts

open fun loadstarts(init: ProgressEvent.() -> Unit): Listener<ProgressEvent, T>

occurs when the browser starts looking for the specified media

Return

a Listener that emits ProgressEvents on its Flow

Parameters

init

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


open val loadstarts: Listener<ProgressEvent, T>

occurs when the browser starts looking for the specified media