Skip to content

Commit 43487bd

Browse files
committed
Add initial sample
1 parent e238509 commit 43487bd

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

tests/DOMAPI/HTMLInputElement__test.js

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
open Global
2+
3+
let input: DOMAPI.htmlInputElement =
4+
document->Document.createElement(~localName="input")->Prelude.unsafeConversation
5+
let value = input.value
6+

0 commit comments

Comments
 (0)