Is there any way to parse dom with VANILLA nodeJs ?? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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

10th Nov 2020, 7:57 AM
Shreyansh
Shreyansh - avatar
1 Respuesta
+ 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.
10th Nov 2020, 11:56 AM
Pedro Tortello
Pedro Tortello - avatar