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.
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.
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.