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

ContextCreatedEvent

data class ContextCreatedEvent : WebAudioEvent

Notifies that a new BaseAudioContext has been created.

Official doc

Constructors

<init>

Notifies that a new BaseAudioContext has been created.

ContextCreatedEvent(context: BaseAudioContext)

Properties

context

val context: BaseAudioContext