Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/xdg/vendor/types/deno.d.ts>ProgressEvent

Determine XDG Base Directory paths (OS/platform portable)
Go to Latest
class ProgressEvent
extends Event
import { ProgressEvent } from "https://deno.land/x/xdg@v10.3.0/vendor/types/deno.d.ts";

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

Constructors

new
ProgressEvent(type: string, eventInitDict?: ProgressEventInit)

Properties

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