We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e7161 commit 0b7fb01Copy full SHA for 0b7fb01
TODO
@@ -15,8 +15,5 @@
15
- stderr isn't flushing on exit
16
- ReadStream should not use an offset in calls to fs.read
17
(so that it can pull in files larger than 2G)
18
-- fs.readFile and fs.readFileSync need to not stat and prealloc a buffer
19
- based on size but rather read until EOF into a chain of buffers, then
20
- concat them together.
21
- process object should be defined in src/node.js not in c++
22
- Test for EMFILE accept spin bug.
0 commit comments