resume method
The resume() method of the AudioContext
interface 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
external JSPromise<JSAny?> resume();