Worklet: Reject w/ AbortError when module fetching is failed |
||
Issue descriptionIn the current impl, it's rejected w/ NetworkError. Spec: https://drafts.css-houdini.org/worklets/#fetch-and-invoke-a-worklet-script 3. If script is null, then queue a task on outsideSettings’s responsible event loop to run these steps: 3.1. If pendingTaskStruct’s counter is not -1, then run these steps: 3.1.1. Set pendingTaskStruct’s counter to -1. 3.1.2. Reject promise with an "AbortError" DOMException.
,
Jun 12 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 12 2017