| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ba639d0 commit fc9d4e9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2898,10 +2898,9 @@ changes: | |||
| 2898 | 2898 | ||
| 2899 | 2899 | Type: Runtime | |
| 2900 | 2900 | ||
| 2901 | - The `process.config` property is intended to provide access to configuration | ||
| 2902 | - settings set when the Node.js binary was compiled. However, the property has | ||
| 2903 | - been mutable by user code making it impossible to rely on. The ability to | ||
| 2904 | - change the value has been deprecated and will be disabled in the future. | ||
| 2901 | + The `process.config` property provides access to Node.js compile-time settings. | ||
| 2902 | + However, the property is mutable and therefore subject to tampering. The ability | ||
| 2903 | + to change the value will be removed in a future version of Node.js. | ||
| 2905 | 2904 | ||
| 2906 | 2905 | ### DEP0151: Main index lookup and extension searching | |
| 2907 | 2906 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments