+ 10
Is there any way to parse dom with VANILLA nodeJs ??
There are so many dependencies for dom parsing but how do they work and is there any way of doing the same with pure nodeJs...??? // just like DOMParser
1 Answer
+ 1
You can use jsdom. It's a very famous module.
npm i jsdom
I'm not sure this can be done with vanilla nodejs.