Open
Bug 1392005
Opened 5 years ago
Updated 4 years ago
Chrome inconsistency - DownloadItem.startTime gets reset when a download is a resumed after being paused
Categories
(WebExtensions :: General, defect, P5)
WebExtensions
General
Tracking
(Not tracked)
NEW
People
(Reporter: ntim, Unassigned)
References
(Blocks 1 open bug)
Details
STR: - Download a file - Pause the download - Resume it - startTime gets reset Chrome doesn't reset the startTime.
Comment 1•5 years ago
|
||
Firefox doesn't actually pause downloads, when pause() is called it cancels the download and then when reusme() is called it issues a new request with a Range header (or the equivalent for ftp etc). The UI shows the time the most recent request was started so we have to choose between being inconsistent with Chrome and being inconsistent with other parts of Firefox here...
Priority: -- → P5
Updated•4 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•