Browse Source

Document that 'Buffer' is a global variable

v0.7.4-release
AJ ONeal 14 years ago
committed by Felix Geisendörfer
parent
commit
eb7d762c55
  1. 3
      doc/api/globals.markdown

3
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()

Loading…
Cancel
Save