async-workshop icon indicating copy to clipboard operation
async-workshop copied to clipboard

The website fails to load with google chrome, works with firefox

Open MageMasher opened this issue 6 years ago • 0 comments

When I load the page It hangs on the loading page with the message:

The core.async Tutorial

Please wait, loading page...

In the Chrome Developer Console I get this output

polymer.concat.js:9118 Uncaught DOMException: Failed to execute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree.
    at HTMLElement.shadowFromTemplate (http://www.core-async.info/components/polymer/polymer.js:14:418)
    at HTMLElement.parseDeclaration (http://www.core-async.info/components/polymer/polymer.js:14:257)
    at HTMLElement.parseDeclarations (http://www.core-async.info/components/polymer/polymer.js:14:160)
    at HTMLElement.makeElementReady (http://www.core-async.info/components/polymer/polymer.js:13:31411)
    at HTMLElement.createdCallback (http://www.core-async.info/components/polymer/polymer.js:13:30990)
    at HTMLElement.registerPrototype (http://www.core-async.info/components/polymer/polymer.js:14:13189)
    at HTMLElement.register (http://www.core-async.info/components/polymer/polymer.js:14:11151)
    at HTMLElement._register (http://www.core-async.info/components/polymer/polymer.js:14:16096)
    at Object.flush (http://www.core-async.info/components/polymer/polymer.js:14:14764)
    at Object.ready (http://www.core-async.info/components/polymer/polymer.js:14:14879)

MageMasher avatar Mar 21 '19 13:03 MageMasher