There was an error while loading. Please reload this page.
1 parent 0df9276 commit 2e49b00Copy full SHA for 2e49b00
src/main/scala/org/scalajs/dom/lib.scala
@@ -751,7 +751,7 @@ class Element extends Node with NodeSelector with ParentNode {
751
*
752
* MSN
753
*/
754
- def setAttribute(name: String = ???, value: String = ???): Unit = ???
+ def setAttribute(name: String, value: String): Unit = ???
755
756
/**
757
* removeAttributeNS removes the specified attribute from an element.
0 commit comments