We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc2ab05 + c061424 commit de5f7c2Copy full SHA for de5f7c2
src/EventAPI.res
@@ -22,6 +22,7 @@ type eventType =
22
| @as("cuechange") Cuechange
23
| @as("cut") Cut
24
| @as("dblclick") Dblclick
25
+ | @as("DOMContentLoaded") DOMContentLoaded
26
| @as("drag") Drag
27
| @as("dragend") Dragend
28
| @as("dragenter") Dragenter
0 commit comments