Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress Event #94

Open
varun-ll opened this issue Jun 3, 2022 · 1 comment
Open

Progress Event #94

varun-ll opened this issue Jun 3, 2022 · 1 comment

Comments

@varun-ll
Copy link

varun-ll commented Jun 3, 2022

I need to check the progress of the update, how can I get that event in "update-electron-app".

@Mudassir55
Copy link

You can check the progress of the update in the "update-electron-app" library by subscribing to the download-progress event. This event is emitted periodically while the update is downloading, and it provides information about the download progress, including the percentage of the download completed and the bytes received.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants