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

Property Type Description
active boolean Whether the request is currently active. If this is false no other properties will be set.
current number The number of bytes that have been uploaded so far.
started boolean Whether the upload has started. If this is false both current and total will be set to 0.
total number The number of bytes that will be uploaded this request.

Links to this page: