| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 76c9ab5 commit fd37d54
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -230,6 +230,11 @@ console.timeEnd('100-elements'); | |||
| 230 | 230 | // prints 100-elements: 225.438ms | |
| 231 | 231 | ``` | |
| 232 | 232 | ||
| 233 | + *Note: As of Node.js v6.0.0, `console.timeEnd()` deletes the timer to avoid | ||
| 234 | + leaking it. On older versions, the timer persisted. This allowed | ||
| 235 | + `console.timeEnd()` to be called multiple times for the same label. This | ||
| 236 | + functionality was unintended and is no longer supported.* | ||
| 237 | + | ||
| 233 | 238 | ### console.trace(message[, ...]) | |
| 234 | 239 | ||
| 235 | 240 | Prints to `stderr` the string `'Trace :'`, followed by the [`util.format()`][] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments