Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Add TODO item
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 17, 2010
1 parent 6eca948 commit 6680c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TODO
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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++

0 comments on commit 6680c7f

Please sign in to comment.