Skip to content

Commit

Permalink
fixup! timers: set several methods EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Feb 9, 2025
1 parent e359ae6 commit d0e40a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,7 @@ changes:
description: Runtime deprecation.
-->

Type: Runtime
Type: End-of-Life

`timers.enroll()` is deprecated. Please use the publicly documented
[`setTimeout()`][] or [`setInterval()`][] instead.
Expand All @@ -2090,7 +2090,7 @@ changes:
description: Runtime deprecation.
-->

Type: Runtime
Type: End-of-Life

`timers.unenroll()` is deprecated. Please use the publicly documented
[`clearTimeout()`][] or [`clearInterval()`][] instead.
Expand Down Expand Up @@ -2627,7 +2627,7 @@ changes:
description: Runtime deprecation.
-->

Type: Runtime
Type: End-of-Life

The previously undocumented `timers.active()` is deprecated.
Please use the publicly documented [`timeout.refresh()`][] instead.
Expand All @@ -2646,7 +2646,7 @@ changes:
description: Runtime deprecation.
-->

Type: Runtime
Type: End-of-Life

The previously undocumented and "private" `timers._unrefActive()` is deprecated.
Please use the publicly documented [`timeout.refresh()`][] instead.
Expand Down

0 comments on commit d0e40a3

Please sign in to comment.