web/storage: more stringent opfs check
This commit is contained in:
@@ -85,7 +85,7 @@ export class MemoryStorage extends AbstractStorage {
|
||||
this.#chunks = [];
|
||||
}
|
||||
|
||||
static isAvailable() {
|
||||
static async isAvailable() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user