context property

BaseAudioContext context

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

Implementation

BaseAudioContext get context;