-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add Pause downloads button to installer #505
Comments
ignore #506, github made 2 issues for some reason |
I'm not sure pausing a download is possible with javascript, i'll look into if it is shortly. |
Thanks!
|
It is technically possible to implement a pause/resume function using range requests, however axios does not natively provide a solution to simply pause and resume a download. This has to be implemented manually. |
Yeah I’ve messed with axios before, it’s a real joyride
…On Mon, Dec 16, 2024 at 9:36 AM Florian Scheuner ***@***.***> wrote:
It is technically possible to implement a pause/resume function using range
requests
<https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests>,
however axios does not natively provide a solution to simply pause and
resume a download. This has to be implemented manually.
—
Reply to this email directly, view it on GitHub
<#505 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHO3TE4FQWOMQ3WMWEGDWNT2F4FTFAVCNFSM6AAAAABTM3DR32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBWGI2DINBWGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I think, looking through the docs @FoxtrotSierra6829 provided it would require some server reconfiguration before even being implemented in the installer. GitHub seems to support it but The FlyByWireSim's servers don't. This would require some server configuration before being possible. |
You requested URLs that are not files. |
🤦♂️ My bad, I did think something was up. I can possibly look into adding support for it, but maybe sometime after Christmas. |
Installer Version
v3.4.3
Description
When downloading off of the internet, I sometimes need to pause the download. However the only option is to cancel, which I do not wish to do as the process can take me hours to download a plane due to slow internet. Thanks in advance!
References (optional)
No response
Additional info (optional)
No response
Discord Username (optional)
awdev_
The text was updated successfully, but these errors were encountered: