mirror of https://github.com/nodejs/node.git
doc: add changelogs for console
PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>pull/11489/head
parent
dc10c1aa29
commit
7b5a4ba9fd
|
@ -236,6 +236,11 @@ milliseconds to `stdout`. Timer durations are accurate to the sub-millisecond.
|
|||
### console.timeEnd(label)
|
||||
<!-- YAML
|
||||
added: v0.1.104
|
||||
changes:
|
||||
- version: v6.0.0
|
||||
pr-url: https://github.com/nodejs/node/pull/5901
|
||||
description: This method no longer supports multiple calls that don’t map
|
||||
to individual `console.time()` calls; see below for details.
|
||||
-->
|
||||
|
||||
Stops a timer that was previously started by calling [`console.time()`][] and
|
||||
|
|
Loading…
Reference in New Issue