node/doc/api
Colton Baker ce485791db Readline proposal and bugfixes. Related: #2737 #2756
- Removed extra newline from .question(); Users can input a
  newline if it they require it.
- Removed .close() due to it only emulating closing, causing a bug where
  readline is left open to trigger events such as .on('line', ...').
- Removed ._attemptClose()
- .pause() now triggers event .on('pause', ...)
- .resume() now triggers event .on('resume', ...)
- CTRL-C (SIGINT) in readline will now default to .pause() if no SIGINT event
  is present.
- CTRL-D (delete right) will also default to .pause() if there is nothing to
  delete (signaling the end of the file).
- Added new event `SIGTSTP`
- Added new event `SIGCONT`
- Added `resume` to `write` to resume the stream if paused.
- Docs updated.
- Updated repl.js
2012-02-16 12:12:03 +06:00
..
_toc.markdown Add some docs for node cluster 2011-10-12 14:19:32 -07:00
addons.markdown docs: document common add-on design patterns 2012-01-19 16:31:36 +01:00
all.markdown Cluster documentation added. 2011-11-09 00:02:18 +09:00
appendix_1.markdown docs: replace expresso with mocha in appendix 1 2012-01-17 23:30:58 +01:00
appendix_2.markdown Splitting documentation 2010-10-28 14:59:15 -07:00
assert.markdown docs: Update `assert` module docs 2011-10-02 02:25:52 +02:00
buffers.markdown docs: fix docs to not suggest variable leaks 2011-12-27 17:43:58 +09:00
child_processes.markdown Add disconnect method to forked child processes 2012-01-30 16:35:27 +01:00
cluster.markdown [doc] cluster: remove part about autoFork since this do not exist 2012-02-06 14:54:11 -08:00
crypto.markdown Merge remote-tracking branch 'origin/v0.6' 2012-02-12 16:12:26 +01:00
debugger.markdown debugger: document pause and setBreakpoint(line) 2011-12-19 13:29:21 -08:00
dgram.markdown docs: fix dgram markdown 2011-11-23 12:56:05 +01:00
dns.markdown docs: fix docs to not suggest variable leaks 2011-12-27 17:43:58 +09:00
events.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
fs.markdown fs: add O_EXCL support, exclusive open file 2012-01-31 14:29:32 +01:00
globals.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
http.markdown Generate Date headers on responses when not already present. 2012-02-15 12:35:34 -08:00
https.markdown tls: enable rejectUnauthorized option to client 2011-12-07 22:47:06 +09:00
index.markdown Remove util.print from docs 2010-11-07 17:22:56 -08:00
modules.markdown docs: Add docs for MODULE_NOT_FOUND error. 2011-12-19 23:47:02 +09:00
net.markdown Merge remote-tracking branch 'origin/v0.6' 2012-02-12 16:12:26 +01:00
os.markdown os: rename getNetworkInterfaces() to networkInterfaces() 2011-11-01 18:10:06 +01:00
path.markdown path fs: move `path.exists*` to `fs.exists*` 2012-01-21 14:37:14 +01:00
process.markdown Merge branch 'v0.6' 2011-12-29 01:56:44 +01:00
querystring.markdown http, querystring: added limits to prevent DoS 2012-01-16 02:45:05 +06:00
readline.markdown Readline proposal and bugfixes. Related: #2737 #2756 2012-02-16 12:12:03 +06:00
repl.markdown docs: fix docs to not suggest variable leaks 2011-12-27 17:43:58 +09:00
stdio.markdown docs: fix typo 2011-11-27 01:45:27 +09:00
streams.markdown doc: add the note about 'data' event 2012-02-05 19:11:54 +09:00
string_decoder.markdown Splitting documentation 2010-10-28 14:59:15 -07:00
synopsis.markdown Splitting documentation 2010-10-28 14:59:15 -07:00
timers.markdown Doc fixes 2011-09-13 20:02:54 -07:00
tls.markdown Merge remote-tracking branch 'origin/v0.6' 2012-02-12 16:12:26 +01:00
tty.markdown Fixes #2160. Fix tty.getWindowSize docs 2011-11-22 10:24:41 -08:00
url.markdown docs: fix docs to not suggest variable leaks 2011-12-27 17:43:58 +09:00
util.markdown docs: fix docs to not suggest variable leaks 2011-12-27 17:43:58 +09:00
vm.markdown docs: clarify filename argument of vm.* functions 2012-01-12 14:44:41 +01:00
zlib.markdown [zlib] added dictionary support 2011-12-05 17:58:31 -08:00