Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

_ProgressEvent

import { _ProgressEvent } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";

If the globalThis has a ProgressEvent, then the ProgressEvent constructor. Otherwise the polyfill of ProgressEvent constructor.

  • Browser References the globalThis.ProgressEvent

  • Deno References the globalThis.ProgressEvent

  • Node.js References the polyfill

const _ProgressEvent;