Skip to content

Commit c76f737

Browse files
committed
timers: unlock the timers API
Change the Stability Index on timers from Locked to Stable. Note that this is not intended to encourage changes to the timers API, but to allow it when its useful for Node.js (as has happened in violation of the documented stability level), and possibly to simplify the stability levels by removing Locked altogether. PR-URL: #11580 Ref: #11200 Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 77249ad commit c76f737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/timers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Timers
22

3-
> Stability: 3 - Locked
3+
> Stability: 2 - Stable
44
55
The `timer` module exposes a global API for scheduling functions to
66
be called at some future period of time. Because the timer functions are

0 commit comments

Comments
 (0)