import { createProgressEvent } from "https://deno.land/x/ayonli_jsext@v0.9.72/event.ts";
Creates a ProgressEvent
instance based on the given options. If the
ProgressEvent
constructor is not available, the generic Event
constructor
will be used instead, and the options will be attached to the event as its
properties.
Parameters
optional
options: ProgressEventInitParameters
optional
options: ProgressEventInit