Open jogibear9988 opened 1 year ago
The source seems to be es-module-shims inserting a <script type="importmap" nonce="...">{"x":"blob:..."}</script>
into an iframe for feature testing.
at <unknown>
at about:blank:1:98
at <unknown>
at <unknown>
at doOnload (https://node-projects.github.io/web-component-designer-demo/node_modules/es-module-shims/dist/es-module-shims.js:371:32)
at https://node-projects.github.io/web-component-designer-demo/node_modules/es-module-shims/dist/es-module-shims.js:388:47
at Promise
at https://node-projects.github.io/web-component-designer-demo/node_modules/es-module-shims/dist/es-module-shims.js:332:13
at <unknown>
I am poking around since I'm curious. It looks like just having an import map is enough to trigger a crash. Seems like the unimplemented import map handling just falls through to that assert.
Browser does not crash any more, but seems to be stuck on loading
Link: https://node-projects.github.io/web-component-designer-demo/index.html The Pages uses many new Technologies:
ShadowDom, CustomElements, ConstructibleStylesheets, PointerEvents, ImportMaps, Import Assertions, ... But for ImportMaps & Assertions a Polyfill is used atm.
Stacktrace: