Closed
Bug 1568785
Opened 6 years ago
Closed 6 years ago
Download id is reset after browser restart (Extensions API)
Categories
(WebExtensions :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1247794
People
(Reporter: kontsedalbohdan, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
- create browser extension with downloads listener: chrome.downloads.onCreated.addListener(file => console.log(file.id))
- download couple files and look for ids printed in console. It would be for example: 1, 2, 3
- close browser
- open browser and download files again
Actual results:
Downloads ids starts with 1
Expected results:
Download id should be unique for each download. So if extension holds list of downloaded files it will have files with same id.
Updated•6 years ago
|
Product: Firefox → WebExtensions
Version: 68 Branch → Firefox 68
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Version: Firefox 68 → 68 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•