feat(nbstore): add upload function to blob frontend (#11247)

This commit is contained in:
EYHN
2025-03-27 12:11:30 +00:00
parent f2cdf67c2a
commit 7091111f85
5 changed files with 116 additions and 38 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ interface GroupedWorkerOps {
blobSync: {
state: [void, BlobSyncState];
blobState: [string, BlobSyncBlobState];
downloadBlob: [string, void];
uploadBlob: [BlobRecord, void];
downloadBlob: [string, boolean];
uploadBlob: [BlobRecord, true];
fullDownload: [string | null, void];
};