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
Error message after I updated the polymer library : Failed to execute 'write' on 'Document':It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened.
#1963
Closed
SophiaBelkin opened this issue
Jun 25, 2015
· 3 comments
I submitted a ticket last week and it was fixed today. #1911 (comment)
I updated my polymer library with the latest version. But I am still having trouble loading the components.
Here is the new error message:
custom-style.html:61
Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened.
dom-bind.html:46
Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened.
polymer-bootstrap.html:42
Uncaught TypeError: prototype.registerCallback is not a function
Please let me know if there is anything else I should update.
Thanks,
Sophia
The text was updated successfully, but these errors were encountered:
I can confirm that the issue in #1911, at least, is fixed.
Sorry for the continued trouble. We'll need more information to be helpful. A code snippet or jsbin.com would be ideal. Specifically how are you loading webcomponents-lite.js and the components? What browser/version are you using?
Unfortunately, the errors about document.write are not helpful. Nothing in the polymer core library calls that method.
I submitted a ticket last week and it was fixed today.
#1911 (comment)
I updated my polymer library with the latest version. But I am still having trouble loading the components.
Here is the new error message:
custom-style.html:61
Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened.
dom-bind.html:46
Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened.
polymer-bootstrap.html:42
Uncaught TypeError: prototype.registerCallback is not a function
Please let me know if there is anything else I should update.
Thanks,
Sophia
The text was updated successfully, but these errors were encountered: