[css-houdini-drafts] [worklets] Fetching and invoking a worklet script which reports an exception

asajeffrey has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [worklets] Fetching and invoking a worklet script which reports an exception ==
The algorithm to fetch and invoke a worklet script (https://drafts.css-houdini.org/worklets/#fetch-and-invoke-a-worklet-script) will reject the promise if the fetch fails (step 3) but if running the module script (step 4) reports an exception, the promise will be resolved (step 5).

Should the promise be rejected if running the module script reports an exception?


Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/407 using your GitHub account

Received on Friday, 12 May 2017 16:58:26 UTC