Is there a way using webextension api to retry a failed download (for reasons like loss of network connectivity)? I looked through history
and downloads
but couldn’t find a way.
I mean, I can get a list of DownloadItems
with downloads.search()
but was unable to find a way to restart.
downloads.downloads()
only seems to start a fresh download and downloads.resume()
doesn’t seem to work for a failed download.