dart - What is limitation in support of Polymer.import? -


i using this:

polymer.import('file.html'); 

it works expected outputs:

dynamically loading html imports has limited support right in dart, see http://dartbug.com/17873. 

i have tried dart2js , works in internet explorer. can explain me limitation?

as far know doesn't support execute dart code referenced or included in imported html.


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -