| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 150b8f7 commit 193926e
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -661,8 +661,8 @@ Type: Runtime | |||
| 661 | 661 | ||
| 662 | 662 | `REPLServer.parseREPLKeyword()` was removed from userland visibility. | |
| 663 | 663 | ||
| 664 | - <a id="DEP00XX"></a> | ||
| 665 | - ### DEP00XX: tls.parseCertString() | ||
| 664 | + <a id="DEP0076"></a> | ||
| 665 | + ### DEP0076: tls.parseCertString() | ||
| 666 | 666 | ||
| 667 | 667 | Type: Runtime | |
| 668 | 668 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -233,7 +233,7 @@ exports.parseCertString = internalUtil.deprecate( | |||
| 233 | 233 | internalTLS.parseCertString, | |
| 234 | 234 | 'tls.parseCertString() is deprecated. ' + | |
| 235 | 235 | 'Please use querystring.parse() instead.', | |
| 236 | - 'DEP00XX'); | ||
| 236 | + 'DEP0076'); | ||
| 237 | 237 | ||
| 238 | 238 | // Public API | |
| 239 | 239 | exports.createSecureContext = require('_tls_common').createSecureContext; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments