Re: [css-houdini-drafts] [worklets] Multiple fixes to the {{Worklet/import()}} algorithm.

Done thanks, the bits I'm not entirely happy with are:

Inside `fetch and invoke a worklet script`:
1. If there are multiple global scopes which fail the parsing, the promise will get re-rejected multiple times one time for each global scope in the list. This is fine as if one fails parsing, all should fail the parsing, but might be a bit strange.

2. Using the `|workletGlobalScope|` as the item in `|pendingTaskList|` but that might be fine.

-- 
GitHub Notification of comment by bfgeek
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/pull/375#issuecomment-292224084 using your GitHub account

Received on Thursday, 6 April 2017 16:09:39 UTC