This commit is contained in:
Manav Rathi
2024-05-28 18:18:41 +05:30
parent 9887d44416
commit f34a4d4a21
2 changed files with 0 additions and 2 deletions

View File

@@ -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) {

View File

@@ -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