Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ondragover

Fires on the target element continuously while the user drags the object over a valid drop target.

var ondragover: ((this: Window, ev: DragEvent) => any) | null;