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

onwaiting

Occurs when playback stops because the next frame of a video resource is not available.

var onwaiting: ((this: Window, ev: Event) => any) | null;