b-fuze / deno-dom

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

insertCell and insertRow missing #159

Open amundo opened 9 months ago

amundo commented 9 months ago

These guys:

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableRowElement/insertCell

and

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableElement/insertRow

0kku commented 9 months ago

All class specific methods and properties are missing for now, everything is just HTMLElement. This feature is planned, though.