Skip to content

Commit 6021fbc

Browse files
committed
deploy: 69c40d2
1 parent 2891324 commit 6021fbc

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,14 +1237,14 @@ Methods</h4>
12371237

12381238
2. Let <var>promise</var> be a new Promise.
12391239

1240-
3. If {{BaseAudioContext/decodeAudioData(audioData, successCallback, errorCallback)/audioData!!argument}}
1241-
is [=BufferSource/detached=], execute the following steps:
1240+
3. If {{BaseAudioContext/decodeAudioData(audioData, successCallback, errorCallback)/audioData!!argument}}
1241+
is not [=BufferSource/detached=], execute the following steps:
12421242

12431243
1. Append <var>promise</var> to {{BaseAudioContext/[[pending promises]]}}.
12441244

12451245
2. [=ArrayBuffer/Detach=]
12461246
the {{BaseAudioContext/decodeAudioData(audioData, successCallback, errorCallback)/audioData!!argument}} {{ArrayBuffer}}.
1247-
If this operations throws, jump to the step 3.
1247+
If this operation throws, jump to step 4.1.
12481248

12491249
3. Queue a decoding operation to be performed on another thread.
12501250

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta content="Bikeshed version 0ef803fdf, updated Tue Jan 6 11:59:39 2026 -0800" name="generator">
99
<link href="https://www.w3.org/TR/webaudio-1.1/" rel="canonical">
1010
<link href="favicon.png" rel="icon">
11-
<meta content="4b11c5897d5ec8903d03f78102f53b0d3556728b" name="revision">
11+
<meta content="69c40d2dd66a6d4551d2c7b9a7710ad55e79db06" name="revision">
1212
<meta content="dark light" name="color-scheme">
1313
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1414
<style>
@@ -1159,7 +1159,7 @@
11591159
</p>
11601160
<h1 class="no-ref p-name" id="title">Web Audio API 1.1</h1>
11611161
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>,
1162-
<time class="dt-updated" datetime="2026-01-07">7 January 2026</time></p>
1162+
<time class="dt-updated" datetime="2026-01-20">20 January 2026</time></p>
11631163
<details open>
11641164
<summary>More details about this document</summary>
11651165
<div data-fill-with="spec-metadata">
@@ -3048,14 +3048,14 @@ <h4 class="heading settled" data-level="1.1.2" id="BaseAudioContent-methods"><sp
30483048
<p>Let <var>promise</var> be a new Promise.</p>
30493049
<li data-md>
30503050
<p>If <code class="idl"><a class="idl-code" data-link-type="argument" href="#dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata" id="ref-for-dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata">audioData</a></code>
3051-
is <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#buffersource-detached" id="ref-for-buffersource-detached">detached</a>, execute the following steps:</p>
3051+
is not <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#buffersource-detached" id="ref-for-buffersource-detached">detached</a>, execute the following steps:</p>
30523052
<ol>
30533053
<li data-md>
30543054
<p>Append <var>promise</var> to <code class="idl"><a data-link-type="idl" href="#dom-baseaudiocontext-pending-promises-slot" id="ref-for-dom-baseaudiocontext-pending-promises-slot">[[pending promises]]</a></code>.</p>
30553055
<li data-md>
30563056
<p><a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-detach" id="ref-for-dfn-detach">Detach</a>
30573057
the <code class="idl"><a class="idl-code" data-link-type="argument" href="#dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata" id="ref-for-dom-baseaudiocontext-decodeaudiodata-audiodata-successcallback-errorcallback-audiodata①">audioData</a></code> <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-ArrayBuffer" id="ref-for-idl-ArrayBuffer③">ArrayBuffer</a></code>.
3058-
If this operations throws, jump to the step 3.</p>
3058+
If this operation throws, jump to step 4.1.</p>
30593059
<li data-md>
30603060
<p>Queue a decoding operation to be performed on another thread.</p>
30613061
</ol>

0 commit comments

Comments
 (0)