diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index ef54e200f814ad..10f9fe4d74a874 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3574,6 +3574,20 @@ Calling `Hash` class directly with `Hash()` or `new Hash()` is deprecated due to being internals, not intended for public use. Please use the [`crypto.createHash()`][] method to create Hash instances. +### DEP0180: `fs.Stats` constructor + + + +Type: Documentation-only + +Calling `fs.Stats` class directly with `Stats()` or `new Stats()` is +deprecated due to being internals, not intended for public use. + [NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf [RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3 [RFC 8247 Section 2.4]: https://www.rfc-editor.org/rfc/rfc8247#section-2.4 diff --git a/doc/api/fs.md b/doc/api/fs.md index 4bd7da6de39030..b1e7d952257d15 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -6902,6 +6902,9 @@ i.e. before the `'ready'` event is emitted.