context property
BaseAudioContext
get
context
The read-only context
property of the
AudioNode interface returns the associated
BaseAudioContext, that is the object representing the processing graph
the node is participating in.
Implementation
external BaseAudioContext get context;