Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-07-26 23:42:59 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-07-26 23:42:59 +0400
commit28db0c2562ae7395dd01a034294fcda67fb9be71 (patch)
treec01b5ccbb869ccbca4a7c19d2477743dbca93db9 /TODO
parent66deea10c7bca2fe9c6b82495d141f0faf227216 (diff)
Add write() callback TODO item
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index de25a6a4be9..2b695187fec 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,7 @@
- tab completion interface
- SSL should be factored out of net.js into standalone stream object
- base64 write and toString for buffers
+- add completion callbacks to all stream write() methods
- debug and production modes
- EventSource branch merged