web/storage: more stringent opfs check

This commit is contained in:
jj
2025-05-29 19:31:01 +00:00
parent 1c304457e2
commit d6e2f3cb12
4 changed files with 28 additions and 9 deletions

View File

@@ -85,7 +85,7 @@ export class MemoryStorage extends AbstractStorage {
this.#chunks = [];
}
static isAvailable() {
static async isAvailable() {
return true;
}
}