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
Next Next 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 d4be01539d18bc4a188ebbc6dd15a88ee27a488f
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ changes:

Type: End-of-Life

`timers.unenroll()` is deprecated. Please use the publicly documented
`timers.unenroll()` has been removed. Please use the publicly documented
[`clearTimeout()`][] or [`clearInterval()`][] instead.

### DEP0097: `MakeCallback` with `domain` property
Expand Down
Loading