An implementation of the ProgressEvent interface, this is essentially a typed CustomEvent with a type property that lets us disambiguate events passed to progress callbacks.
CustomEvent
type
progress
Optional
Context-specific event information
The event type
An implementation of the ProgressEvent interface, this is essentially a typed
CustomEvent
with atype
property that lets us disambiguate events passed toprogress
callbacks.