The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / doc / api @ 5fe05464

Latest revisions

# Date Author Comment
5fe05464 02/05/2013 06:50 AM Ben Noordhuis

doc: don't suggest to reuse net.Socket objects

Using Socket.prototype.connect() to reconnect an existing Socket object
is not reliable. Users should just create a new Socket object.

See #4698.

5abde816 01/26/2013 06:25 PM Rick Yakubowski

doc: fix typo in cluster module documentation

Fix a small typo in the cluster.settings documentation.

34131af6 01/24/2013 03:42 PM Jacob Gable

doc: fix typo in crypto Hash.digest() note

Added the word 'has' to the sentence.
Closes #4652.

872cb0d7 01/04/2013 05:06 PM Johannes Ewald

doc: improve example of process.hrtime()

The example clarifies now that diff0 * 1000000000 + diff1 equals
the result in nanoseconds.

c79fd0e1 12/06/2012 03:58 PM Ben Noordhuis

doc: remove broken require.extensions example

Fixes #4384.

83161455 11/27/2012 09:11 PM Ryunosuke SATO

doc: Fix missing link target to 'https.request()'

bb867c0f 11/22/2012 12:30 PM Trevor Norris

doc: Add lines about additonal uses of Buffer

That Buffers can be used with Typed Array Views and DataViews. Included
are a couple simple examples.

Closes #4257.

44dd2c39 10/29/2012 08:20 PM Francois Marier

doc: remove duplicate set of options

326bce91 10/29/2012 03:34 PM Francois Marier

doc: reflect hostname v. host preference in examples

The documentation for http.request and https.request states that
`hostname` is preferred over `host` so the code examples should
use that option name.

626db186 10/23/2012 07:24 PM Olivier Lalonde

doc: child_process: document uid and gid spawn() options

View revisions

Also available in: Atom