You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that there is at least one WorkletGlobalScope in the worklet’s WorkletGlobalScopes. 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?
The text was updated successfully, but these errors were encountered:
https://drafts.css-houdini.org/worklets/#dom-worklet-import step 4 is:
This creates a new
WorkletGlobalScope
immediately, and doesn't allowWorkletGlobalScope
creation to be in another thread. Could this step be moved into the "in parallel" steps?The text was updated successfully, but these errors were encountered: