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
without crashing to the tune of "Hey, I expected an element and got a whole document".
If it's a problem, one possible solution would be to make element() work on documents: just grab the root element. Maybe that's a good idea anyway—or maybe it's an awful idea because it would trade early failure for late.
The text was updated successfully, but these errors were encountered:
without crashing to the tune of "Hey, I expected an element and got a whole document".
If it's a problem, one possible solution would be to make
element()
work on documents: just grab the root element. Maybe that's a good idea anyway—or maybe it's an awful idea because it would trade early failure for late.The text was updated successfully, but these errors were encountered: