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 252db1b392f7c0..94b2ab5c3d31da 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -6999,6 +6999,9 @@ i.e. before the `'ready'` event is emitted.