0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
James M Snell 197a465280 zlib: move constants into zlib.constants
zlib constants were previously being added to binding in node_zlib.cc.
This moves the zlib constants to node_constants.cc for consistency with
the recent constants refactoring:
  https://github.com/nodejs/node/pull/6534

Adds require('zlib').constants to expose the constants
Docs-only deprecates the constants hung directly off require('zlib')
Removes a couple constants from the docs that apparently no longer
exist in the code

PR-URL: https://github.com/nodejs/node/pull/7203
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-06-11 17:24:35 -07:00
..
_toc.md doc: subdivide TOC, add auxiliary links 2016-04-29 13:27:18 -04:00
addons.md doc: fix deprecation warnings in addon examples 2016-05-10 17:10:33 +02:00
all.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
assert.md doc: add added: information for assert 2016-05-13 09:49:05 -07:00
buffer.md src: remove final trace of raw encoding 2016-06-07 13:54:24 -06:00
child_process.md doc: buffers are not sent over IPC with a socket 2016-05-29 22:58:05 +02:00
cli.md doc: add added: data for cli.md 2016-05-26 21:02:54 -07:00
cluster.md doc: remove cluster.setupMaster() myth 2016-06-08 11:50:32 -04:00
console.md doc: improved syntax consistency in console.md 2016-06-06 09:07:33 -07:00
crypto.md buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
debugger.md src,lib: v8-inspector support 2016-05-30 09:05:46 -07:00
dgram.md doc: add added: info for dgram.*Membership() 2016-05-18 22:52:15 -07:00
dns.md doc: add added: information for dns 2016-06-03 12:32:09 -07:00
documentation.md doc: "a" -> "an" in api/documentation.md 2016-05-11 11:17:29 -04:00
domain.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
errors.md doc: fix typo in Error.captureStackTrace 2016-05-20 08:32:04 -07:00
events.md doc,events: fix a link typo 2016-05-10 06:40:12 -05:00
fs.md doc: clarify fs.access works on directories too. 2016-06-06 08:46:08 -07:00
globals.md doc: reference list of language-specific globals 2016-05-24 01:21:15 +02:00
http.md doc: clarify use of 0 port value 2016-06-09 22:20:50 -07:00
https.md doc: update openssl.org hash links 2016-05-17 21:24:41 +02:00
index.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
modules.md doc: mention existence/purpose of module wrapper 2016-05-10 06:48:36 -05:00
net.md doc: clarify use of 0 port value 2016-06-09 22:20:50 -07:00
os.md src: refactor require('constants') 2016-05-17 11:05:18 -07:00
path.md doc: general improvements to path.md copy 2016-06-11 17:20:57 -07:00
process.md doc: general improvements to process.md copy 2016-06-06 14:53:10 -07:00
punycode.md doc: general improvements to punycode.md copy 2016-06-02 16:35:56 -07:00
querystring.md doc: general improvements to querystring.md copy 2016-06-06 08:35:19 -07:00
readline.md doc: fix minor nit introduced in readline.md 2016-06-07 18:55:32 -04:00
repl.md doc: general improvements to repl.md copy 2016-06-06 14:49:06 -07:00
stream.md stream: 'data' argument on callback of Transform._flush() 2016-06-09 11:06:01 +02:00
string_decoder.md doc: addresses nits in string_decoder, url, util 2016-05-31 10:28:14 -04:00
synopsis.md doc: use Node.js in synopsis document 2016-05-01 13:28:34 -07:00
timers.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
tls.md doc: general improvements to tls.md copy 2016-05-26 08:12:33 -07:00
tty.md doc: general improvements to tty.md 2016-05-27 08:51:34 -07:00
url.md doc: url.format() parameter may be a string 2016-06-10 21:45:02 -07:00
util.md doc: fix header depth of util.isSymbol 2016-06-06 08:19:03 -07:00
v8.md doc: general improvements to v8.md copy 2016-05-20 08:37:45 -07:00
vm.md doc: add added: information for vm 2016-05-28 16:12:50 +02:00
zlib.md zlib: move constants into zlib.constants 2016-06-11 17:24:35 -07:00