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
Is this for compatibility reasons only? According to the docs it's possible for a transaction to report completion before data is flushed to physical storage. There's also no standardization (I think?) between implementations around this behavior. Firefox uses a non-standard API to allow client code to force flushing before completion.
https://nodejs.org/api/fs.html#fs_fs_fdatasync_fd_callback
The text was updated successfully, but these errors were encountered: