Variable ProgressEvent

    ProgressEvent: {
        prototype: ProgressEvent;
        new (type: string, eventInitDict?: ProgressEventInit): ProgressEvent;
    }

    Type declaration