File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2655,6 +2655,20 @@ Type: Documentation-only
26552655The [ ` crypto.Certificate() ` constructor] [ ] is deprecated. Use
26562656[ static methods of ` crypto.Certificate() ` ] [ ] instead.
26572657
2658+ ### DEP0XXX: ` fs.rmdir(path, { recursive: true }) `
2659+ <!-- YAML
2660+ changes:
2661+ - version: REPLACME
2662+ pr-url: https://github.com/nodejs/node/pull/35579
2663+ description: Documentation-only deprecation.
2664+ -->
2665+
2666+ Type: Documentation-only
2667+
2668+ In future versions of Node.js, ` fs.rmdir(path, { recursive: true }) ` will throw
2669+ on nonexistent paths, or when given a file as a target.
2670+ Use ` fs.rm(path, { recursive: true, force: true }) ` instead.
2671+
26582672[ Legacy URL API ] : url.md#url_legacy_url_api
26592673[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
26602674[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
You can’t perform that action at this time.
0 commit comments