| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 93881a4 commit 64aa31f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3558,6 +3558,21 @@ Instantiating classes without the `new` qualifier exported by the `node:zlib` mo | |||
| 3558 | 3558 | It is recommended to use the `new` qualifier instead. This applies to all Zlib classes, such as `Deflate`, | |
| 3559 | 3559 | `DeflateRaw`, `Gunzip`, `Inflate`, `InflateRaw`, `Unzip`, and `Zlib`. | |
| 3560 | 3560 | ||
| 3561 | + ### DEP0185: Instantiating `node:repl` classes without `new` | ||
| 3562 | + | ||
| 3563 | + <!-- YAML | ||
| 3564 | + changes: | ||
| 3565 | + - version: REPLACEME | ||
| 3566 | + pr-url: https://github.com/nodejs/node/pull/54842 | ||
| 3567 | + description: Documentation-only deprecation. | ||
| 3568 | + --> | ||
| 3569 | + | ||
| 3570 | + Type: Documentation-only | ||
| 3571 | + | ||
| 3572 | + Instantiating classes without the `new` qualifier exported by the `node:repl` module is deprecated. | ||
| 3573 | + It is recommended to use the `new` qualifier instead. This applies to all REPL classes, including | ||
| 3574 | + `REPLServer` and `Recoverable`. | ||
| 3575 | + | ||
| 3561 | 3576 | [NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf | |
| 3562 | 3577 | [RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3 | |
| 3563 | 3578 | [RFC 8247 Section 2.4]: https://www.rfc-editor.org/rfc/rfc8247#section-2.4 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments