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
We don't explicitly say it but invalid values such as NaN or Infinity in the curve for setValueCurveAtTime should throw an exception. We don't allow such values in the AudioParam value setter or any of the other automation methods.
(Is there a WebIDL way to constrain the values of the elements of an array? That would be ideal.)