Skip to content

Commit 7f58ac7

Browse files
Merge pull request #2633 from gabrielsanbrito/interrupted-state-error-handling
Consider interrupted case on error handling section
2 parents a73cd1b + 84f0211 commit 7f58ac7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12109,7 +12109,8 @@ Running a <a>control message</a> to end an {{AudioContext}} |context|
1210912109
The {{AudioContext}} |audioContext| performs the following steps on <a>rendering thread</a> in the
1211012110
event of an audio system resource error.
1211112111

12112-
1. If the |audioContext|'s {{[[rendering thread state]]}} is <code>running</code>:
12112+
1. If the |audioContext|'s {{[[rendering thread state]]}} is <code>running</code>
12113+
or <code>interrupted</code>:
1211312114

1211412115
1. Attempt to <a>release system resources</a>.
1211512116

0 commit comments

Comments
 (0)