mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Bug 1320362: Move indexedDb storage type in the storage inspector into a new column
Issue #31
This commit is contained in:
parent
d0ef0781ff
commit
1ea18fdaf7
6 changed files with 51 additions and 6 deletions
|
|
@ -40,6 +40,7 @@ function createStorageSpec(options) {
|
|||
|
||||
// Cookies store object
|
||||
types.addDictType("cookieobject", {
|
||||
uniqueKey: "string",
|
||||
name: "string",
|
||||
value: "longstring",
|
||||
path: "nullable:string",
|
||||
|
|
@ -176,11 +177,13 @@ createStorageSpec({
|
|||
// This is a union on idb object, db metadata object and object store metadata
|
||||
// object
|
||||
types.addDictType("idbobject", {
|
||||
uniqueKey: "string",
|
||||
name: "nullable:string",
|
||||
db: "nullable:string",
|
||||
objectStore: "nullable:string",
|
||||
origin: "nullable:string",
|
||||
version: "nullable:number",
|
||||
storage: "nullable:string",
|
||||
objectStores: "nullable:number",
|
||||
keyPath: "nullable:string",
|
||||
autoIncrement: "nullable:boolean",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue