diff --git a/index.html b/index.html index 6a3a159f7..b9ca0c86a 100644 --- a/index.html +++ b/index.html @@ -1060,83 +1060,6 @@
- Closes the BaseAudioContext, releasing the system
- resources it's using. This will not automatically release all
- AudioContext-created objects, but will suspend the
- progression of the AudioContext
's currentTime, and stop
- processing audio data.
-
- When close is called, execute these - steps: -
-NotSupportedError
, return it, and abort these steps.
- closed
reject the promise
- with InvalidStateError
, abort these steps, returning
- promise.
- closed
,
- resolve promise, return it, and abort these steps.
- closed
.
- - Running a control message to close an - BaseAudioContext means running these steps on the - rendering thread: -
-closed
:
- closed
.
- statechange
at the AudioContext
- - When an BaseAudioContext has been closed, implementation - can choose to aggressively release more resources than when - suspending. -
-
+ Closes the AudioContext, releasing the system
+ resources it's using. This will not automatically release all
+ AudioContext-created objects, but will suspend the
+ progression of the AudioContext
's currentTime, and stop
+ processing audio data.
+
+ When close is called, execute these + steps: +
+closed
reject the promise
+ with InvalidStateError
, abort these steps, returning
+ promise.
+ closed
,
+ resolve promise, return it, and abort these steps.
+ closed
.
+ + Running a control message to close an AudioContext + means running these steps on the rendering thread: +
+closed
:
+ closed
.
+ statechange
at the AudioContext
+ + When an AudioContext has been closed, implementation can + choose to aggressively release more resources than when + suspending. +
+