polyfills icon indicating copy to clipboard operation
polyfills copied to clipboard

Web Components Polyfills

Results 159 polyfills issues
Sort by recently updated
recently updated
newest added

### Description Simply trying to load the webcomponents polyfills in Firefox 30 throws this error: TypeError: window.__shady_native_addEventListener is not a function Since windows.EventTarget exists in FF30, this [if-check](https://github.com/webcomponents/polyfills/blob/fd0ebcdbb6ea330b754f04c2c9cf91aba15b2d17/packages/shadydom/src/patch-native.js#L109) results in...

Type: Bug
Package: shadydom

When trying to use `@webcomponents/scoped-custom-element-registry` [through unpkg using the `?module` flag](https://unpkg.com/@webcomponents/[email protected]?module), unpkg throws an error since the package doesn't include a module entry point While [removing the `?module` flag in...

wontfix

The tests for this package should be moved to `packages/tests/` and added to `wct.conf.json`.

Focus Area: Standards & Polyfills
Type: Maintenance
Package: scoped-custom-element-registry

Task: The [scoped-custom-element-registry](https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry) polyfill is currently only tested to work on browsers implementing the native web components specs (Custom Elements & Shadow DOM). This task is to investigate and make...

Focus Area: Standards & Polyfills
Type: Maintenance
wontfix
Package: scoped-custom-element-registry

Task: The [scoped-custom-element-registry](https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry), while building upon native Custom Elements where possible, adds some indirection, which is expected to add some measurable cost to element upgrade. It would be good to...

Focus Area: Standards & Polyfills
Type: Maintenance
wontfix
Package: scoped-custom-element-registry

Task: The [scoped-custom-element-registry](https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry) polyfill is currently only tested to work on browsers implementing the native web components specs (Custom Elements & Shadow DOM). This task is to investigate and make...

Focus Area: Standards & Polyfills
Type: Maintenance
wontfix
Package: scoped-custom-element-registry

Task: The [scoped-custom-element-registry](https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry) polyfill was prototyped in JavaScript, but should be upgraded to TypeScript to match the conventions of the monorepo.

Focus Area: Standards & Polyfills
Type: Maintenance
Package: scoped-custom-element-registry

I have a simple app using parcel v2 along with Babel and i want to make it compatible with ie11. The problem i am currently facing is a JS error...

Type: Bug
Focus Area: Standards & Polyfills
wontfix

### Description Another issue that is somewhat related, and may be relevant to also see for context: https://github.com/webcomponents/polyfills/issues/111 With native Custom Elements, the attributes declared in the static `observedAttributes` getter...

Type: Bug
Focus Area: Standards & Polyfills

### Description `custom-elements-es5-adapter.js` contains ES2015 syntax (e.g. `const e=HTMLElement`) and thus cannot be used as a shim for es5 code without compiling, but it specifically says not to compile it...

Type: Bug
Focus Area: Standards & Polyfills
wontfix