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
I had the following error in the javascript console:
Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "default-src 'self' chrome-extension-resource:". Note that 'script-src' was not explicitly set, so 'default-src' is used as a fallback.
deprecated.js:12
Uncaught InvalidCharacterError: Failed to call 'register' on 'Document' for type 'polymer-element': : 'polymer-element' is not a valid name. deprecated.js:12
Uncaught TypeError: Property 'Polymer' of object [object Object] is not a function build.js:29
The text was updated successfully, but these errors were encountered:
I created the following Chrome Packaged App:
https://github.com/dinhviethoa/polymer-simple
it's implementing the ui toolbar example in a Chrome Packaged App.
I had the following error in the javascript console:
The text was updated successfully, but these errors were encountered: