chest
This commit is contained in:
MallocNull 2017-04-20 21:12:55 -05:00
parent 78bec662f5
commit ce6ad8d567

View file

@ -8,6 +8,10 @@ class FileCache {
var db: IDBDatabase = event.target.result;
db.createObjectStore("files", {keyPath: "name"});
};
request.onsuccess = function(event: any) {
}
}
static