Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .pr-preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"src_file": "index.bs",
"type": "bikeshed",
"params": {
"force": 1
"force": 1,
"die-on": "nothing"
}
}
6 changes: 4 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2275,11 +2275,13 @@ Methods</h4>
associated {{AudioContext}}.

1. Attempt to <a href="#acquiring">acquire system resources</a> 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.
Expand Down