polyfills icon indicating copy to clipboard operation
polyfills copied to clipboard

[scoped-custom-element-registry] Integrate and test with custom-elements polyfill

Open kevinpschaaf opened this issue 4 years ago • 1 comments

Task: The 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 changes necessary to integrate and test the scoped registry polyfill when loaded on top of the custom-elements polyfill.

It is expected that code such as that using Reflect.construct may need to have alternate implementations to work on older browsers (and it's likely that the code paths for working on polyfilled custom-elements can be made simpler, since they can generally assume compiled ES5 classes where the constructor can simply be applied to any instance.

kevinpschaaf avatar Jan 26 '21 00:01 kevinpschaaf

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Feb 22 '22 00:02 stale[bot]