[Webkit-unassigned] [Bug 250485] AudioWorkletProcessor fails to load when some parameter descriptors with minValue/maxValue are specified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 14:55:32 PST 2023


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

--- Comment #6 from Chris Dumez <cdumez at apple.com> ---
(In reply to Chris Dumez from comment #5)
> So it seems our implementation is close to the specification text. What may
> be surprising though is that the addModule() promise apparently doesn't get
> rejected, even though the module script got an exception when running.

Hmm, it actually seems it is per specification to not reject the promise if the audio worklet script throws an exception.

See https://wpt.live/worklets/audio-worklet-import.https.html
Test: Importing a script which throws should still resolve the given promise.

If I forward the exception from the audioworklet to reject the promise, I start failing this standards test.

-- 
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/20230120/5802de5f/attachment-0001.htm>


More information about the webkit-unassigned mailing list