Skip to main content
Module

x/netzo/deno.d.ts>ProgressEvent

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
class ProgressEvent
extends Event
import { ProgressEvent } from "https://deno.land/x/netzo@v0.1.26/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