Skip to content

Commit

Permalink
squash: adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LiviaMedeiros committed Feb 26, 2024
1 parent 65695a0 commit be1b1c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3514,11 +3514,14 @@ The [`util.toUSVString()`][] API is deprecated. Please use
<!-- YAML
changes:
- version: v20.8.0
pr-url: https://github.com/nodejs/node/pull/49686
description: Runtime deprecation.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/49683
description: Documentation-only deprecation.
-->

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.
Expand Down

0 comments on commit be1b1c3

Please sign in to comment.