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

onprogress

Occurs to indicate progress while downloading media data.

var onprogress: ((this: Window, ev: ProgressEvent) => any) | null;