From 64f26e0f7f4ce6c3fd7f85bf6844a107e27e6f81 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 27 Feb 2017 07:32:23 -0800 Subject: [PATCH] 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. Refs: https://github.com/nodejs/node/issues/11200 --- doc/api/timers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/timers.md b/doc/api/timers.md index 75d6a36737b7d9..09c43bfeaa3532 100644 --- a/doc/api/timers.md +++ b/doc/api/timers.md @@ -1,6 +1,6 @@ # Timers -> Stability: 3 - Locked +> Stability: 2 - Stable The `timer` module exposes a global API for scheduling functions to be called at some future period of time. Because the timer functions are