b-fuze / deno-dom

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

insertCell and insertRow missing #159

Open amundo opened 7 months ago

amundo commented 7 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 7 months ago

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