b-fuze / deno-dom

Browser DOM & HTML parser in Deno
https://jsr.io/@b-fuze/deno-dom
MIT License
425 stars 47 forks source link

creating a setter for nodeValue in Node class #101

Closed jmherbst closed 2 years ago

jmherbst commented 2 years ago

This seems to fix the issues I was seeing in https://github.com/b-fuze/deno-dom/issues/68#issuecomment-1130714530

b-fuze commented 2 years ago

Also, make sure you run deno fmt on the file after you make your edits

b-fuze commented 2 years ago

Alrighty, LGTM.