isomorphic-git / lightning-fs

A lean and fast 'fs' for the browser
MIT License
476 stars 47 forks source link

add fs.flush() that saves superblock #92

Closed jcubic closed 2 years ago

jcubic commented 2 years ago

This will allow writing the dump() function for IDB, which will save the whole IDB into JSON and later load it into memory (like Filesystem Images).

Without flush users have no control when superBlock is saved to IDB.

isomorphic-git-bot commented 2 years ago

:tada: This PR is included in version 4.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: