From 2cbb389544bbd91dabc9a3810d6bb046fed1cfc9 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 23 Apr 2021 17:41:51 +0200 Subject: [PATCH] doc: mark `process.hrtime()` as legacy --- doc/api/process.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/process.md b/doc/api/process.md index 2212cc9c8958a9..95dd6a87855954 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1415,6 +1415,8 @@ Indicates whether a callback has been set using added: v0.7.6 --> +> Stability: 3 - Legacy. Use [`process.hrtime.bigint()`][] instead. + * `time` {integer[]} The result of a previous call to `process.hrtime()` * Returns: {integer[]}