mirror of
https://github.com/imputnet/cobalt.git
synced 2026-02-25 18:06:38 +00:00
lib/storage: always return files
This commit is contained in:
@@ -48,7 +48,7 @@ export class MemoryStorage extends AbstractStorage {
|
||||
}
|
||||
}
|
||||
|
||||
return new Blob(outputView);
|
||||
return new File(outputView, crypto.randomUUID());
|
||||
}
|
||||
|
||||
#expand(size: number) {
|
||||
|
||||
Reference in New Issue
Block a user