Exception while loading this polyfill together with webcomponents-lite polyfill
See original GitHub issueDescribe the bug An exception is thrown just by loading the polyfill. This is the exception:
0: NotFoundError
lui-all.min.js (17875,366)
[object DOMException]: {code: 8, message: "NotFoundError", name: "NotFoundError"}
code: 8
message: "NotFoundError"
name: "NotFoundError"
__proto__: DOMExceptionPrototype
0: NotFoundError
lui-all.min.js (17875,366)
Screenshot
To Reproduce Load this polyfill in addition: https://github.com/webcomponents/webcomponentsjs/blob/v1/webcomponents-lite.js
Expected behavior No exception are thrown when loading the page with webcomponents-lite polyfill and construct-style-sheets polyfill.
Desktop (please complete the following information):
- OS: Windows 10
- Browser Edge
- Version 44
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
webcomponents-loader usage causes IE11 SCRIPT28 Out ...
My reading of this is that webcomponents-loader uses Promise , which is one of the things it needs to load a polyfill for....
Read more >javascript - Webcomponents Polyfill not working
Just load the webomponents-lite.js script in the <head> part of your ... HTML Imports polyfill is not shipped any more, but can be...
Read more >Polyfills
In the mean time, polyfills simulate the missing browser capabilities as closely as possible. You can feature-detect for the necessary browser features before...
Read more >Integrating with Polymer
Integrating with Polymer. Polymer is a library for creating reusable web components declaratively with extra features like data binding and property ...
Read more >Why Web Components Aren't Ready for Production... Yet
Because cross-browser support won't be possible for a very long time, if it happens at all, a polyfill is a long-term necessity for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @timaschew, could you check the latest version (2.3.1) and let us know if this can stay closed?
Thanks!
Hey, it’s working now! Thanks!