resume abstract method

TauPromise<TauAny?> resume()

The resume() method of the AudioContext resumes the progression of time in an audio context that has previously been suspended.

This method will cause an INVALID_STATE_ERR exception to be thrown if called on an OfflineAudioContext.

Implementation

TauPromise<TauAny?> resume();