mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-08 16:01:31 +00:00
web/storage: more stringent opfs check
Some checks failed
Some checks failed
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