From 2ea8e440996ee18b0bcb7c2eb9368021372f9a0a Mon Sep 17 00:00:00 2001 From: HURRAEY Date: Fri, 3 Jul 2026 14:44:14 +0900 Subject: [PATCH 1/2] fix(setSinkId): use requested sink for resource acquisition --- index.bs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index d171a1232..99099c409 100644 --- a/index.bs +++ b/index.bs @@ -2275,11 +2275,13 @@ Methods associated {{AudioContext}}. 1. Attempt to acquire system resources to use - a following audio output device based on {{AudioContext/[[sink ID]]}} + the following output target based on |sinkId| for rendering: * The default audio output device for the empty string. - * A audio output device identified by {{AudioContext/[[sink ID]]}}. + * An audio output device identified by |sinkId|. + * No audio output device for an {{AudioSinkOptions}} whose + {{AudioSinkOptions/type}} is "{{AudioSinkType/none}}". In case of failure, reject |p| with "{{InvalidAccessError}}" abort the following steps. From 5c8ae1deda6b9e2a0c15341b7181b3df3d774236 Mon Sep 17 00:00:00 2001 From: HURRAEY Date: Fri, 3 Jul 2026 15:57:30 +0900 Subject: [PATCH 2/2] fix(pr-preview): allow existing Bikeshed messages --- .pr-preview.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pr-preview.json b/.pr-preview.json index 41eb56061..b92ae4671 100644 --- a/.pr-preview.json +++ b/.pr-preview.json @@ -2,6 +2,7 @@ "src_file": "index.bs", "type": "bikeshed", "params": { - "force": 1 + "force": 1, + "die-on": "nothing" } }