ElectronClientRequest.getUploadProgress method
ElectronClientRequest › getUploadProgress
Unofficial
You can use this method in conjunction withPOST requests to get the progress of a file upload or other data transfer. Signature:
getUploadProgress(): ElectronUploadProgressReturns: ElectronUploadProgress — The current upload progress.