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

fix NodeList interface to be compatible with other external types #126

Closed chrisirhc closed 2 years ago

chrisirhc commented 2 years ago

Fixes #125

b-fuze commented 2 years ago

@chrisirhc thanks for the PR! Just one minor thing, can you run deno fmt on it with the latest version of Deno and I'll get to accepting it

chrisirhc commented 2 years ago

Yep, ran deno fmt on it 👍 . Sorry, missed that before.