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
If you don't specify a charset (either by adding a meta tag or by setting the Content-Type response header), the element won't work.
Content-Type
The iron-component-page element loads and you can see api reference and demo.
The element doesn't load and shows unformatted text instead. There is an error message:
SyntaxError: invalid range in character class TypeError: this.$.analyzer.analyze is not a function
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
If you don't specify a charset (either by adding a meta tag or by setting the
Content-Type
response header), the element won't work.Expected outcome
The iron-component-page element loads and you can see api reference and demo.
Actual outcome
The element doesn't load and shows unformatted text instead. There is an error message:
Browsers Affected
The text was updated successfully, but these errors were encountered: