lf
This commit is contained in:
@@ -69,7 +69,6 @@ interface FileStatus {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const openFaceDB = () =>
|
||||
openDB<FaceDBSchema>("face", 1, {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
upgrade(db, oldVersion, newVersion) {
|
||||
log.info(`Upgrading face DB ${oldVersion} => ${newVersion}`);
|
||||
if (oldVersion < 1) {
|
||||
|
||||
@@ -38,7 +38,6 @@ For more details, see:
|
||||
- https://web.dev/articles/indexeddb
|
||||
- https://github.com/jakearchibald/idb
|
||||
|
||||
|
||||
## OPFS
|
||||
|
||||
OPFS is used for caching entire files when we're running under Electron (the Web
|
||||
|
||||
Reference in New Issue
Block a user