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
This previously had a few problems:
* It only worked with open shadow roots.
* It accessed JS properties which could be overridden by content,
rather than using the node-interal data which cannot.
* It returned a result of the form {value: shadow root reference}
rather than {value: {shadow root identifer: shadow root reference},
making it inconsistent with the Element-returning methods.
0 commit comments