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

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

== import() setup is inefficient ==
>From @bzbarsky: "Every import() call is defined to do a separate 
fetch() per worklet. Every worklet creation is defined to do a 
separate fetch() per each resolved module URL. This means that with a 
service worker you can easily track worklet creation, not to mention 
being quite inefficient when worklets are created. There must be a 
better way to do this."

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

Received on Wednesday, 22 June 2016 13:17:15 UTC