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

feat: add document.createAttribute #169

Open lowlighter opened 4 months ago

lowlighter commented 4 months ago

Implement https://dom.spec.whatwg.org/#dom-document-createattribute

Close #167