Add TODO item

This commit is contained in:
Ryan Dahl 2010-09-16 23:16:36 -07:00
parent 6eca948ca2
commit 6680c7fbf7

1
TODO
View File

@ -25,3 +25,4 @@
- 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
concat them together.
- process object should be defined in src/node.js not in c++