diff --git a/src/EventAPI.res b/src/EventAPI.res index ad7fba8..6bb7057 100644 --- a/src/EventAPI.res +++ b/src/EventAPI.res @@ -22,6 +22,7 @@ type eventType = | @as("cuechange") Cuechange | @as("cut") Cut | @as("dblclick") Dblclick + | @as("DOMContentLoaded") DOMContentLoaded | @as("drag") Drag | @as("dragend") Dragend | @as("dragenter") Dragenter