chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.webaudio.events / WebAudioEvent / ContextWillBeDestroyedEvent

ContextWillBeDestroyedEvent

data class ContextWillBeDestroyedEvent : WebAudioEvent

Notifies that an existing BaseAudioContext will be destroyed.

Official doc

Constructors

<init>

Notifies that an existing BaseAudioContext will be destroyed.

ContextWillBeDestroyedEvent(contextId: GraphObjectId)

Properties

contextId

val contextId: GraphObjectId