Re: [css-houdini-drafts] import() setup is inefficient

Can you give me more background? In general within a single global, 
modules are never fetched more than once, due to the module map 
memoization. Keeping them as one algorithm helps enforce this 
memoization. What is Houdini doing that is different and needs an 
exception? You want to essentially break the module map <-> global 
correspondence, it sounds like?

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

Received on Friday, 24 June 2016 18:34:56 UTC