Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kevinpschaaf opened this issue Jan 26, 2021 · 1 comment

Comments

@kevinpschaaf
Copy link
Collaborator

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.

@stale
Copy link

stale bot commented Feb 22, 2022

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 stale bot added the wontfix label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants