HiRoFa / GreenCopperRuntime

Javascript runtime library built in rust which can be used with quickjs
MIT License
20 stars 2 forks source link

HTML Dom #22

Open andrieshiemstra opened 2 years ago

andrieshiemstra commented 2 years ago

make html parsing and mutation available via html dom module

docs: https://hirofa.github.io/GreenCopperRuntime/green_copper_runtime/modules/htmldom/index.html

todo

andrieshiemstra commented 1 year ago

kuchiki is archived, use rcdom instead?

rcdom docs advise against it but the deno deno does use it https://github.com/b-fuze/deno-dom/blob/master/html-parser/core/src/rcdom.rs