diff options
author | AJ ONeal <coolaj86@gmail.com> | 2011-07-15 13:11:14 -0700 |
---|---|---|
committer | Felix Geisendörfer <felix@debuggable.com> | 2011-07-15 23:59:10 +0200 |
commit | eb7d762c551a141db04f9fe0c627a3b6a880724e (patch) | |
tree | 14af9e1ba5764466e254805e2c56b6c0aa9b0661 /doc | |
parent | f4154d294054a09cea2990cd058f491b3dddc0c1 (diff) | |
download | nodejs-eb7d762c551a141db04f9fe0c627a3b6a880724e.tar.gz nodejs-eb7d762c551a141db04f9fe0c627a3b6a880724e.tar.bz2 nodejs-eb7d762c551a141db04f9fe0c627a3b6a880724e.zip |
Document that 'Buffer' is a global variable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/globals.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/globals.markdown b/doc/api/globals.markdown index f5c353b2f..1a765c4cd 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() |