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/doc
diff options
context:
space:
mode:
authorAJ ONeal <coolaj86@gmail.com>2011-07-16 00:11:14 +0400
committerFelix Geisendörfer <felix@debuggable.com>2011-07-16 01:59:10 +0400
commiteb7d762c551a141db04f9fe0c627a3b6a880724e (patch)
tree14af9e1ba5764466e254805e2c56b6c0aa9b0661 /doc
parentf4154d294054a09cea2990cd058f491b3dddc0c1 (diff)
Document that 'Buffer' is a global variable
Diffstat (limited to 'doc')
-rw-r--r--doc/api/globals.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/globals.markdown b/doc/api/globals.markdown
index f5c353b2fb4..1a765c4cdf0 100644
--- a/doc/api/globals.markdown
+++ b/doc/api/globals.markdown
@@ -20,6 +20,9 @@ The process object. See the [process object](process.html#process) section.
Used to print to stdout and stderr. See the [stdio](stdio.html) section.
+### Buffer
+
+Used to handle binary data. See the [buffers](buffers.html) section.
### require()