[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:59:09 PST 2023


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

--- Comment #7 from Chris Dumez <cdumez at apple.com> ---
(In reply to Chris Dumez from comment #6)
> (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.

Relevant specification for addModule(): https://html.spec.whatwg.org/multipage/worklets.html#dom-worklet-addmodule

-- 
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/4876bf63/attachment.htm>


More information about the webkit-unassigned mailing list