resume abstract method
The resume()
method of the
OfflineAudioContext resumes the progression of time in an
audio
context that has been suspended. The promise resolves immediately because
the
OfflineAudioContext
does not require the audio hardware.
Implementation
TauPromise<TauAny?> resume();