Skip to content

Commit de5f7c2

Browse files
authored
Merge pull request #62 from rescript-lang/DOMContentLoaded
Add DOMContentLoaded
2 parents fc2ab05 + c061424 commit de5f7c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EventAPI.res

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type eventType =
2222
| @as("cuechange") Cuechange
2323
| @as("cut") Cut
2424
| @as("dblclick") Dblclick
25+
| @as("DOMContentLoaded") DOMContentLoaded
2526
| @as("drag") Drag
2627
| @as("dragend") Dragend
2728
| @as("dragenter") Dragenter

0 commit comments

Comments
 (0)