Skip to main content
Module

x/commandis/mod.ts>dom.ProgressEvent

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.ProgressEvent
implements Event
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { ProgressEvent } = dom;

Events measuring progress of an underlying process, like an HTTP request (for an XMLHttpRequest, or the loading of the underlying resource of an , , , or ).

Properties

readonly
lengthComputable: boolean
readonly
loaded: number
readonly
target: T | null
readonly
total: number