Skip to content

Commit c061424

Browse files
committed
Add DOMContentLoaded
1 parent fc2ab05 commit c061424

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)