webcomponents / webcomponents/polyfills
Error in IE11 Object.getOwnPropertyNames: argument is not an Object
Open
Focus Area: Standards & Polyfills
Type: Bug
wontfix
- Dominant language
- HTML
- Stars
- 1.2k
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
I have a page with these two scripts:
```
```
When I open the page in IE11, I see this error in console:
```
SCRIPT5007: Object.getOwnPropertyNames: argument is not an Object
webcomponents-bundle.js (77,482)
```
If I do not load handlebars.runtime.js there will be no error, but I need handlebars. Any idea why webcomponents-bundle.js throws an error? The code of this script is compressed which make debugging difficult.
Contributor guide
Assessment
This issue has not been assessed yet.