Auto-Resume-Downloads
Auto-Resume-Downloads copied to clipboard
Could this be ported to Firefox..?
I use both Chrome and Firefox. It would be nice to have this add-on also in Firefox. Any chance this is possible?
I don't have any plans for the Firefox version yet, but I'll update it soon. Thank you.
Thanks. By update it soon, it means you will port it to Firefox? Much appreciated. Great work :+1:
I tried to port this extension to Firefox Add-on.
But Firefox's "canResume" was far from Chrome.
Firefox API does not allow resume for an error-stopped download.
So I think it will be difficult to port to Firefox now. I'm sorry I couldn't help you.
Strange. You can press the "Retry" icon in the download manager...but I guess they didn't offer it in the API?
Aren't there many download managers in Firefox that offer resume? I was hoping for a minimal solution though.
Yes, I think it's weird, too.
I can press retry button in the Download Manager, but I cannot call browser.downloads.resume
in the API.
This is a bug I think. I just looked and nobody filed it yet.
https://discourse.mozilla.org/t/webextension-retry-failed-download/60252/6 https://discourse.mozilla.org/t/browser-downloads-resume-is-not-the-same-as-retry/75057/3
Did more digging.
Seems like it worked before. So it is in the API but it is broken. There is an old auto-resume Firefox plugin, but it seems broken.
Will you file a bug?