File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -3687,6 +3687,20 @@ It is recommended to use the `new` qualifier instead. This applies to all REPL c
3687
3687
3688
3688
<!-- md-lint skip-deprecation DEP0186 -->
3689
3689
3690
+ ### DEP0187: Passing invalid argument types to ` fs.existsSync `
3691
+
3692
+ <!-- YAML
3693
+ changes:
3694
+ - version: REPLACEME
3695
+ pr-url: https://github.com/nodejs/node/pull/55892
3696
+ description: Documentation-only.
3697
+ -->
3698
+
3699
+ Type: Documentation-only
3700
+
3701
+ Passing non-supported argument types is deprecated and, instead of returning ` false ` ,
3702
+ will throw an error in a future version.
3703
+
3690
3704
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3691
3705
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
3692
3706
[ RFC 8247 Section 2.4 ] : https://www.rfc-editor.org/rfc/rfc8247#section-2.4
You can’t perform that action at this time.
0 commit comments