Skip to content

ElectronClientRequest.getUploadProgress method

ElectronClientRequest › getUploadProgress

Unofficial

You can use this method in conjunction with POST requests to get the progress of a file upload or other data transfer.

Signature:

getUploadProgress(): ElectronUploadProgress

Returns: ElectronUploadProgressThe current upload progress.