dom-parser
dom-parser copied to clipboard
Support querySelectorAll
On the browser we can do new DOMParser().parseFromString('').querySelectorAll
, it would be nice to have it too
@mebibou looks like this repo has not been updated over 3 years, any other option do you find?
https://www.npmjs.com/package/jsdom
Use jsdom to solve the problem