filerjs / filer

Node-like file system for browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement fs.fsync()

humphd opened this issue · comments

It's not clear if we need this for anything other than compatibility with node.js (i.e,. it could be a no-op if necessary). However, we should add it for that at least.

See:

Fixed in #593