| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7e23080 commit ec9d529
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -929,6 +929,9 @@ Type: Documentation-only (supports [`--pending-deprecation`][]) | |||
| 929 | 929 | Using `process.binding()` in general should be avoided. The type checking | |
| 930 | 930 | methods in particular can be replaced by using [`util.types`][]. | |
| 931 | 931 | ||
| 932 | + This deprecation has been superseded by the deprecation of the | ||
| 933 | + `process.binding()` API ([DEP00XX](#DEP00XX)). | ||
| 934 | + | ||
| 932 | 935 | <a id="DEP0104"></a> | |
| 933 | 936 | ### DEP0104: process.env string coercion | |
| 934 | 937 | ||
@@ -987,6 +990,14 @@ Type: Documentation-only | |||
| 987 | 990 | The option `produceCachedData` has been deprecated. Use | |
| 988 | 991 | [`script.createCachedData()`][] instead. | |
| 989 | 992 | ||
| 993 | + <a id="DEP00XX"></a> | ||
| 994 | + ### DEP00XX: process.binding() | ||
| 995 | + | ||
| 996 | + Type: Documentation-only | ||
| 997 | + | ||
| 998 | + The `process.binding()` API is intended for use by Node.js internal code | ||
| 999 | + only. Use of `process.binding()` by userland code is unsupported. | ||
| 1000 | + | ||
| 990 | 1001 | [`--pending-deprecation`]: cli.html#cli_pending_deprecation | |
| 991 | 1002 | [`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size | |
| 992 | 1003 | [`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array | |
| Back | FazBrowse Home | New Git URL |
0 commit comments