Browse Source

Add TODO item

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
6680c7fbf7
  1. 1
      TODO

1
TODO

@ -25,3 +25,4 @@
- fs.readFile and fs.readFileSync need to not stat and prealloc a buffer - fs.readFile and fs.readFileSync need to not stat and prealloc a buffer
based on size but rather read until EOF into a chain of buffers, then based on size but rather read until EOF into a chain of buffers, then
concat them together. concat them together.
- process object should be defined in src/node.js not in c++

Loading…
Cancel
Save