scala-js/scala-js-dom

No args Element.getAttribute() shouldn't exist?

Closed this issue · 1 comments

Should the no args version of Element.getAttribute() exist? document.body.getAttribute() is a TypeError, so I don't think it should.

Fixed in #262.