Skip to content
New issue

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

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

Comments

@SophiaBelkin
Copy link

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

@sorvell
Copy link
Contributor

sorvell commented Jun 26, 2015

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.

@kevinpschaaf
Copy link
Member

@SophiaBelkin Are you still having an issue here, or can we close it?

@SophiaBelkin
Copy link
Author

Hi @kevinpschaaf ,

Thanks. You can close this ticket. I will try it again and create amore specific ticket.

Sophia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants