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

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 19, 2010
1 parent cd9515e commit 296802c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TODO
Expand Up @@ -2,8 +2,6 @@
- readline
- fix for two column glyphs. use Markus Kuhn's wcwidth.c
- fix for commands that extend beyond term width
- SSL should be factored out of net.js into standalone stream object
- add completion callbacks to all stream write() methods
- Erradicate all traces of 'binary' encoding. Only used, now, in OpenSSL
binding.
- EventSource branch merged
Expand All @@ -28,3 +26,5 @@
- anchor links next to each function, for easy linking.
EG <a href="#fs.stat">#</a>

- Add callbacks to write() on other streams (fs.WriteStream, http outgoing)
callbacks are already on net.Stream streams.

1 comment on commit 296802c

@felixge
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if I'm missing something, but writeStream.write() has always supported a callback. In fact I believe it was the first write() function to do so : )

Please sign in to comment.