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
Fix a bug that XPath can't be used for no document element (#268)
Fixes#267#249 improved performance by introducing cache. It requires document but
we should not break backward compatibility for performance improvement.
This restores the previous behavior but no document case doesn't have
performance improvement introduced by #249.
0 commit comments