chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.webaudio.events
/
WebAudioEvent
/
ContextCreated
Context
Created
@
Serializable
data
class
ContextCreated
(
val
context
:
BaseAudioContext
)
:
WebAudioEvent
(
source
)
Notifies that a new BaseAudioContext has been created.
Official doc
Members
Constructors
Context
Created
Link copied to clipboard
constructor
(
context
:
BaseAudioContext
)
Properties
context
Link copied to clipboard
val
context
:
BaseAudioContext