[css-houdini-drafts] [worklets] imports requires WorkletGlobalScope creation to be immediate

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

== [worklets] imports requires WorkletGlobalScope creation to be immediate ==
https://drafts.css-houdini.org/worklets/#dom-worklet-import step 4 is:

> Ensure that there is at least one `WorkletGlobalScope` in the worklet’s `WorkletGlobalScope`s. If not create a `WorkletGlobalScope` given the current `Worklet`.

This creates a new `WorkletGlobalScope` immediately, and doesn't allow `WorkletGlobalScope` creation to be in another thread. Could this step be moved into the "in parallel" steps?

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

Received on Thursday, 6 April 2017 21:07:12 UTC