File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -2655,6 +2655,20 @@ Type: Documentation-only
2655
2655
The [ ` crypto.Certificate() ` constructor] [ ] is deprecated. Use
2656
2656
[ static methods of ` crypto.Certificate() ` ] [ ] instead.
2657
2657
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
+
2658
2672
[ Legacy URL API ] : url.md#url_legacy_url_api
2659
2673
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
2660
2674
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
You can’t perform that action at this time.
0 commit comments