We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have quite an old workaround for Polymer/polymer#554, http://crbug.com/389566 https://github.com/Juicy/imported-template/blob/master/imported-template.html#L91-L99
Even though https://bugs.chromium.org/p/chromium/issues/detail?id=521692&desc=2 is still opened, use case closer to us webcomponents/webcomponentsjs#480 (comment) seems to be solved.
This workaround introduces yet another leyer of asynchronity, that may introduce potentially FOUC.
I think we could consider making imported-template testcase based on http://tomalec.github.io/templates_vs_htmlimports-issue/, http://jsbin.com/cizeviq/edit?html,console,output, https://bugs.chromium.org/p/chromium/issues/attachmentText?aid=127035 Then removing this hack.
imported-template
The text was updated successfully, but these errors were encountered:
Add test-case for chromium bug,
436f01c
http://crbug.com/389566 #55
3c46f81
Add test-case and remove workaround for fixed chromium bug,
0f8bce9
http://crbug.com/389566 Remove asynchronous import of partials. #55
Merge pull request #58 from /issues/55-remove-crbug389566-workaround
bef7425
Update Juicy/imported-template@3.3.0,
3920977
Removes chromium bug workaround Juicy/imported-template#55, makes the flow more synchronous, reduces the reasons of FOUC
tomalec
No branches or pull requests
We have quite an old workaround for Polymer/polymer#554, http://crbug.com/389566
https://github.com/Juicy/imported-template/blob/master/imported-template.html#L91-L99
Even though https://bugs.chromium.org/p/chromium/issues/detail?id=521692&desc=2 is still opened, use case closer to us webcomponents/webcomponentsjs#480 (comment) seems to be solved.
This workaround introduces yet another leyer of asynchronity, that may introduce potentially FOUC.
I think we could consider making
imported-template
testcase based on http://tomalec.github.io/templates_vs_htmlimports-issue/, http://jsbin.com/cizeviq/edit?html,console,output, https://bugs.chromium.org/p/chromium/issues/attachmentText?aid=127035Then removing this hack.
The text was updated successfully, but these errors were encountered: