test
chest
This commit is contained in:
parent
78bec662f5
commit
ce6ad8d567
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ class FileCache {
|
||||||
var db: IDBDatabase = event.target.result;
|
var db: IDBDatabase = event.target.result;
|
||||||
db.createObjectStore("files", {keyPath: "name"});
|
db.createObjectStore("files", {keyPath: "name"});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
request.onsuccess = function(event: any) {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static
|
||||||
|
|
Loading…
Reference in a new issue