[Webkit-unassigned] [Bug 184392] setValueCurveAtTime doesn't accept sequence<float>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 31 10:20:22 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=184392

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com

--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Looking into Web-Spec:

https://webaudio.github.io/web-audio-api/#AudioParam

and

Our 'IDL' file, we have it as 'sequence<float>':

https://searchfox.org/wubkat/source/Source/WebCore/Modules/webaudio/AudioParam.idl#52

AudioParam setValueCurveAtTime(sequence<float> values, double startTime, double duration);

while spec says:

AudioParam setValueCurveAtTime (sequence<float> values,
                                    double startTime,
                                    double duration);

___

Blink Commit: https://chromium.googlesource.com/chromium/src.git/+/e78f7c1cc5587c0a09ca68b9519a45b1c3238ece

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231031/482b5148/attachment.htm>


More information about the webkit-unassigned mailing list