web api instance method
OfflineAudioContext: resume() method
The resume() method of the
OfflineAudioContext interface 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.
Syntax
resume()
Parameters
None.
Return value
A Promise resolving to undefined.
Exceptions
The promise is rejected when an exception is encountered.
InvalidStateErrorDOMException- : Returned if the context is not currently suspended or the rendering has not started.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.