You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Because Shadow Roots cause event retargeting, link-hijacker is unable to find the source a element which triggered the event.
The best alternative appears to be composedPath which Edge sadly only supports in version 79+. It could be good enough, still better than not supporting shadow roots in any way at all.
I would be happy to submit a PR.
Any other suggestions?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Because Shadow Roots cause event retargeting,
link-hijacker
is unable to find the sourcea
element which triggered the event.The best alternative appears to be composedPath which Edge sadly only supports in version 79+. It could be good enough, still better than not supporting shadow roots in any way at all.
I would be happy to submit a PR.
Any other suggestions?
The text was updated successfully, but these errors were encountered: