capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.09k stars 185 forks source link

fix: [#1349] Return forms as html collection #1404

Closed jean-leonco closed 2 months ago

jean-leonco commented 2 months ago

Return document.forms as HTMLCollection instead of NodeList.

https://developer.mozilla.org/en-US/docs/Web/API/Document/forms image

Related to #1349.