Document missing after restart

This commit is contained in:
Nils Maier 2019-08-21 15:48:40 +02:00
parent 99f7bfcf0a
commit 3b5c5f0730

View File

@ -56,6 +56,8 @@ P4
Stuff that probably cannot be implemented due to WeberEension limitations. Stuff that probably cannot be implemented due to WeberEension limitations.
* Avoid downloads going "missing" after a browser restart.
* Firefox helpfully keeps different lists of downloads. One for newly added downloads, and other ones for "previous" downloads. Turns out the WebExtension API only ever queries the "new" list.
* Segmented downloads * Segmented downloads
* Cannot be done with WebExtensions - downloads API has no support and manually downloading, storing in temporary add-on storage and reassmbling the downloaded parts later is not only efficient but does not reliabliy work due to storage limitations. * Cannot be done with WebExtensions - downloads API has no support and manually downloading, storing in temporary add-on storage and reassmbling the downloaded parts later is not only efficient but does not reliabliy work due to storage limitations.
* Handle errors, 404 and such * Handle errors, 404 and such