From 3b5c5f07301620b3af6be524430662f5a090aaf0 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Wed, 21 Aug 2019 15:48:40 +0200 Subject: [PATCH] Document missing after restart --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 166d970..7d757d9 100644 --- a/TODO.md +++ b/TODO.md @@ -56,6 +56,8 @@ P4 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 * 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