diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index ef54e200f814ad..42fa0d3ce57b03 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3514,11 +3514,14 @@ The [`util.toUSVString()`][] API is deprecated. Please use -Type: Documentation-only +Type: Runtime `F_OK`, `R_OK`, `W_OK` and `X_OK` getters exposed directly on `node:fs` are deprecated. Get them from `fs.constants` or `fs.promises.constants` instead.