aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJackson Tian <shyvo1987@gmail.com>2017-06-28 01:20:12 +0800
committerRuben Bridgewater <ruben@bridgewater.de>2017-09-22 21:03:29 -0300
commit9d7574eef54de1a3675eb58328aeac17d6327de4 (patch)
tree1f790852f0e509dd8a9af5baacffbd64e3d773ee /doc
parent6f1caadb85f70bb902c078d9b7a96e3c4b36b31f (diff)
downloadandroid-node-v8-9d7574eef54de1a3675eb58328aeac17d6327de4.tar.gz
android-node-v8-9d7574eef54de1a3675eb58328aeac17d6327de4.tar.bz2
android-node-v8-9d7574eef54de1a3675eb58328aeac17d6327de4.zip
module: deprecate Module._debug
The _debug of Module is undocumented and it useless here. PR-URL: https://github.com/nodejs/node/pull/13948 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 82391a32e8..922d843d51 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -684,6 +684,15 @@ difference is that `querystring.parse()` does url encoding:
{ '%E5%A5%BD': '1' }
```
+<a id="DEP0077"></a>
+### DEP0077: Module.\_debug()
+
+Type: Runtime
+
+`Module._debug()` has been deprecated.
+
+*Note*: `Module._debug()` was never documented as an officially supported API.
+
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array
[`Buffer.from(buffer)`]: buffer.html#buffer_class_method_buffer_from_buffer