toggle menu
chrome-devtools-kotlin
5.7.0-1227788
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.webaudio.events
/
WebAudioEvent
/
ContextCreated
Context
Created
@
Serializable
data
class
ContextCreated
(
val
context
:
BaseAudioContext
)
:
WebAudioEvent
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