mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
This calls `querySelectorAll` way less frequently while still upgrading templates before custom elements upgrade. `HTMLTemplateElement.decorate` will now bootstrap the template content, so Polymer can use `decorate` when it preps the template for data binding.
7 lines
93 B
JSON
7 lines
93 B
JSON
{
|
|
"suites": ["tests/runner.html"],
|
|
"clientOptions": {
|
|
"environmentImports": []
|
|
}
|
|
}
|