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

Fires when the user aborts the download.

type

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