diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 50b5b5ebbefd25..2ee25f428abb4f 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3478,6 +3478,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 acc7be37d8add6..a64b5ca56f5221 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -6842,6 +6842,9 @@ i.e. before the `'ready'` event is emitted.