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
Absolute urls are handled incorrectly. If a component contains:
<link rel="components" href="/static/libs/toolkit/src/g-component.html">
urlToPath() resolves the url to:
urlToPath()
http://localhost/static/webcomponents/demos/components/my-components//static/libs/toolkit/src/g-component.html
So the xhr fails.
Note: the URL should be http://localhost/static/libs/toolkit/src/g-component.html
http://localhost/static/libs/toolkit/src/g-component.html
The text was updated successfully, but these errors were encountered:
Force usage of CE v1 polyfill to support Shady DOM. Support for Shady…
1071390
… + native CE v1 is discussed in #62.
dom-repeat
No branches or pull requests
Absolute urls are handled incorrectly. If a component contains:
urlToPath()
resolves the url to:So the xhr fails.
Note: the URL should be
http://localhost/static/libs/toolkit/src/g-component.html
The text was updated successfully, but these errors were encountered: