You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @returns The size of a file or directory in bytes.
207
207
*/
208
208
du(filepath: string): Promise<number>
209
+
/**
210
+
* Function that saves anything that need to be saved in IndexedBD or custom IDB object. Right now it saves SuperBlock so it's save to dump the object as dump it into a file (e.g. from a Browser)
211
+
* @returns Promise that resolves when super block is saved to file
0 commit comments