We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25e13f commit 9f55fd0Copy full SHA for 9f55fd0
CONTRIBUTING.md
@@ -60,6 +60,7 @@ Please:
60
+ def createElement(tagName: String): Element = js.native
61
+ def createElement(tagName: String, options: String): Element = js.native
62
+ def createElement(tagName: String, options: ElementCreationOptions): Element = js.native
63
+```
64
* Add scaladocs via copy-paste from MDN
65
66
0 commit comments