You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MUST be thrown if <code>cancelTime</code> is negative.
4275
-
If {{AudioParam/cancelAndHoldAtTime()/cancelTime}} is less than
4276
-
{{BaseAudioContext/currentTime}}, it is clamped to
4277
-
{{BaseAudioContext/currentTime}}.
4267
+
cancelTime: The time after which any previously scheduled parameter changes will be cancelled. It is a time in the same time coordinate system as the {{AudioContext}}'s {{BaseAudioContext/currentTime}} attribute. <span class="synchronous">A {{RangeError}} exception MUST be thrown if <code>cancelTime</code> is negative. If {{AudioParam/cancelAndHoldAtTime()/cancelTime}} is less than {{BaseAudioContext/currentTime}}, it is clamped to {{BaseAudioContext/currentTime}}.
MUST be thrown if <code>cancelTime</code> is negative.</span> If
4309
-
<code>cancelTime</code> is less than {{BaseAudioContext/currentTime}},
4310
-
it is clamped to {{BaseAudioContext/currentTime}}.
4294
+
cancelTime: The time after which any previously scheduled parameter changes will be cancelled. It is a time in the same time coordinate system as the {{AudioContext}}'s {{BaseAudioContext/currentTime}} attribute. <span class="synchronous">A {{RangeError}} exception MUST be thrown if <code>cancelTime</code> is negative.</span> If <code>cancelTime</code> is less than {{BaseAudioContext/currentTime}}, it is clamped to {{BaseAudioContext/currentTime}}.
0 commit comments