dom-parser icon indicating copy to clipboard operation
dom-parser copied to clipboard

Support querySelectorAll

Open mebibou opened this issue 6 years ago • 2 comments

On the browser we can do new DOMParser().parseFromString('').querySelectorAll, it would be nice to have it too

mebibou avatar Aug 24 '18 15:08 mebibou

@mebibou looks like this repo has not been updated over 3 years, any other option do you find?

AoLi12306 avatar Apr 10 '19 22:04 AoLi12306

https://www.npmjs.com/package/jsdom

Use jsdom to solve the problem

masx200 avatar Jul 20 '20 02:07 masx200