progresssCaptured

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

occurs when the browser is in the process of getting the media data (downloading the media)

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 the browser is in the process of getting the media data (downloading the media)