Closed
Bug 705013
Opened 13 years ago
Closed 13 years ago
what is the purpose for two separate indexedDB enabled features
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
INVALID
People
(Reporter: jhammink, Unassigned)
Details
dom.indexedDB.enabled = true
indexedDB.feature.enabled = true
This seems redundant. Why are there two such settings in about:config?
Updated•13 years ago
|
OS: Android → All
Hardware: ARM → All
Target Milestone: mozilla11 → ---
Comment 1•13 years ago
|
||
indexedDB.feature.enabled controls whether the API is exposed on the Window object at all. But this only applies to content windows; chrome windows always have the API.
dom.indexedDB.enabled controls what happens when you try to use the API. It looks like this applies to chrome as well, as far as I can tell.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Component: DOM: Core & HTML → DOM: IndexedDB
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•