Closed
Bug 1665355
Opened 5 years ago
Closed 5 years ago
Don't throw on appcache.update() if the storage is disabled
Categories
(Core :: Networking: Cache, task, P2)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
To avoid applications breaking, this method shouldn't throw when called if the
pref is set to off.
To reproduce go to: https://webdbg.com/test/appcache/
Open devtools console
Type: appCache.update()
Make sure it doesn't throw
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/12b872c32cf2
Don't throw on appcache.update() if the storage is disabled r=baku
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•