-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add support for ShadowRoot DOM api feature detect #2475
Conversation
8984d58
to
06129e7
Compare
Thx for the PR. But it test for both the old and the newer ShadowDom Api. The first check is against the deprecated call: https://caniuse.com/#feat=mdn-api_element_createshadowroot |
06129e7
to
8e2d3b9
Compare
Good eye, yep sounds good, updated PR with |
8e2d3b9
to
357f68e
Compare
Tests are failing, did you notice? Please fix that first :-) |
357f68e
to
b4071d2
Compare
@rejas it's a case of me not reading the documentation first :p Ok refactored the tests and it seems to appease the test runners |
…` and `shadowroot-legacy` Co-authored-by: Kevin Coyle <kevin.coyle@theuniprogroup.com>
b4071d2
to
5a65fc0
Compare
PR updated with requested changes |
thx a lot! good job! |
Add support for ShadowRoot DOM api feature detect through
shadowroot
andshadowroot-legacy
tests