Re: [css-houdini-drafts] [worklets] don't run scripts from "in parallel"

Yeah, that sounds reasonable, but `import()` can be invoked after one is created and is already running script, no? So you first need to synchronize across those possible threads somehow (usually done via message passing) before you can start running things.

-- 
GitHub Notification of comment by annevk
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/370#issuecomment-291954140 using your GitHub account

Received on Wednesday, 5 April 2017 18:32:35 UTC