我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
您也可以阅读此文章的English (US)版。
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. If the context is not currently suspended or the rendering has not started, the promise is rejected with InvalidStateError
.
Syntax
OfflineAudioContext.resume().then(function() { ... });
Parameters
None.
Returns
A Promise
resolving to void.
Exceptions
The promise is rejected when the following exception is encountered.
InvalidStateError
if the context is not currently suspended or the rendering has not started.
Specifications
Specification | Status | Comment |
---|---|---|
Web Audio API The definition of 'resume()' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 49.0 |
Feature | Android | Android Webview | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|---|
Basic support | No support | 49.0 | 49.0 |