From 84f0211a81d9d46e4ddc9eb6c311cdcc780d1c50 Mon Sep 17 00:00:00 2001 From: Gabriel Brito Date: Fri, 11 Apr 2025 15:50:17 -0700 Subject: [PATCH] add interrupted case --- index.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.bs b/index.bs index c4342cb3b..061124980 100644 --- a/index.bs +++ b/index.bs @@ -12109,7 +12109,8 @@ Running a control message to end an {{AudioContext}} |context| The {{AudioContext}} |audioContext| performs the following steps on rendering thread in the event of an audio system resource error. -1. If the |audioContext|'s {{[[rendering thread state]]}} is running: +1. If the |audioContext|'s {{[[rendering thread state]]}} is running + or interrupted: 1. Attempt to release system resources.