Skip to main content
Latest
variable onprogress
import { onprogress } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

Occurs to indicate progress while downloading media data.

type

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