Skip to content

ElectronUploadProgress

Unofficial

Progress information about the upload portion of a ClientRequest.

Import:

import type { ElectronUploadProgress } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronUploadProgress

Properties

PropertyTypeDescription
activebooleanWhether the request is currently active. If this is false no other properties will be set.
currentnumberThe number of bytes that have been uploaded so far.
startedbooleanWhether the upload has started. If this is false both current and total will be set to 0.
totalnumberThe number of bytes that will be uploaded this request.

Links to this page: