dennwc/dom

Missing method for Element.RemoveAttribute

Closed this issue · 2 comments

We can get and set attributes, but not remove them. Would be useful to add this.

e.g. to remove the 'disabled' attribute on a button.

Sure, makes a total sense. Contributions are welcome ;)

Added pr #20 to fix this.