Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update doc/api/deprecations.md
Co-authored-by: Marco Ippolito <[email protected]>
  • Loading branch information
anonrig and marco-ippolito authored Feb 9, 2025
commit f94223f1e5a10c5ca46e3c29af66c9f8cfd7ac5f
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2629,7 +2629,7 @@ changes:

Type: End-of-Life

The previously undocumented `timers.active()` is deprecated.
The previously undocumented `timers.active()` has been removed.
Please use the publicly documented [`timeout.refresh()`][] instead.
If re-referencing the timeout is necessary, [`timeout.ref()`][] can be used
with no performance impact since Node.js 10.
Expand Down
Loading