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
Shouldn't parse return a Result rather than a List Node ? I was using the lib to write a Chrome extension that parsed the tab's DOM, and it just returns [] if the DOM is malformed, which could be handled more gracefully than an empty list check. That would also introduce the possibility of the parsing failing because of the DOM.
I understand though that this is a major breaking change :(
The text was updated successfully, but these errors were encountered:
Shouldn't parse return a
Result
rather than aList Node
? I was using the lib to write a Chrome extension that parsed the tab's DOM, and it just returns[]
if the DOM is malformed, which could be handled more gracefully than an empty list check. That would also introduce the possibility of the parsing failing because of the DOM.I understand though that this is a major breaking change :(
The text was updated successfully, but these errors were encountered: