mirror of https://github.com/nodejs/node.git
doc: mark `process.hrtime()` as legacy
PR-URL: https://github.com/nodejs/node/pull/38371 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
This commit is contained in:
parent
4e9ad206e2
commit
8c99045089
|
@ -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[]}
|
||||
|
||||
|
|
Loading…
Reference in New Issue