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 fb4cbda commit 161e455Copy full SHA for 161e455
src/DOMAPI/Document.res
@@ -155,8 +155,7 @@ Creates an instance of the element for the specified tag.
155
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Document/createElement)
156
*/
157
@send
158
-external createElement: (document, ~localName: string, ~options: string=?) => element =
159
- "createElement"
+external createElement: (document, string, ~options: string=?) => element = "createElement"
160
161
/**
162
Creates an instance of the element for the specified tag.
0 commit comments