chrome-fs
chrome-fs copied to clipboard
Use the Node `fs` API in Chrome Apps
If fd.readState is at 'DONE' state (2), will result in callback not getting called
Right now Stats is not exported as a function, so in case if an library checks for the return type of fs.stat with fs.Stats, would fail
Would like to have implementation for lstat and lstatSync
fs.rename's success callback called before rename completes
When fs.write is called with string param instead of buffer, results in unwanted seek even though position is not set.
Reading an existing file with encoding param 'utf-8' or 'ascii' must give appropriate result
Writing to an existing file via fs.writeFile in 'w' mode must truncate any previous data
If we open a existing file via fs.open in 'w' mode, must truncate old data.