suspends

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

occurs when the browser is intentionally not getting media data

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 suspends: Listener<Event, T>

occurs when the browser is intentionally not getting media data