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

bash - Performing variable substitution in a string -

How to group boxplot outliers in gnuplot -