You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce:
Once you checked out polymer-all, try to load an example from the disk.
By loading file://localhost/.../polymer-all/polymer-ui-elements/polymer-ui-toolbar/index.html in Chrome, I get the following console error:
XMLHttpRequest cannot load file://localhost/Users/dvh/Polymer/polymer-all/polymer-ui-elements/polymer-ui-toolbar/polymer-ui-toolbar.html. Cross origin requests are only supported for HTTP. index.html:1
Uncaught NetworkError: A network error occurred.
Workaround:
You have to set up a web server to try your code.
The text was updated successfully, but these errors were encountered:
From a user of UI widgets perspective, when I used bootstrap, I didn't have that kind of issues.
It would be great if Polymer would match the same kind of "usability".
To reproduce:
Once you checked out polymer-all, try to load an example from the disk.
By loading file://localhost/.../polymer-all/polymer-ui-elements/polymer-ui-toolbar/index.html in Chrome, I get the following console error:
Workaround:
You have to set up a web server to try your code.
The text was updated successfully, but these errors were encountered: