File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5388,11 +5388,9 @@ Methods</h4>
53885388 1. The context is <a>allowed to start</a>.
53895389 1. {{[[suspended by user]]}} flag is <code>false</code>.
53905390
5391- NOTE: This allows
5392- {{AudioBufferSourceNode/start()}} to
5393- start an {{AudioContext}} that would
5394- otherwise not be <a>allowed to
5395- start</a>.
5391+ NOTE: This can allow {{AudioScheduledSourceNode/start()}} to start
5392+ an {{AudioContext}} that is currently <a>allowed to start</a>,
5393+ but has previously been prevented from starting.
53965394 </div>
53975395
53985396 <pre class=argumentdef for="AudioScheduledSourceNode/start(when)">
@@ -6161,11 +6159,9 @@ Methods</h4>
61616159 1. The context is <a>allowed to start</a>.
61626160 1. {{[[suspended by user]]}} flag is <code>false</code>.
61636161
6164- NOTE: This allows
6165- {{AudioBufferSourceNode/start()}} to start an
6166- {{AudioContext}} that would otherwise not be
6167- <a>allowed to start</a>.
6168-
6162+ NOTE: This can allow {{AudioBufferSourceNode/start()}} to start
6163+ an {{AudioContext}} that is currently <a>allowed to start</a>,
6164+ but has previously been prevented from starting.
61696165 </div>
61706166
61716167 <div algorithm="run a control message to start the AudioBufferSourceNode">
You can’t perform that action at this time.
0 commit comments