summaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
authorSimon Schick <demwizzy@gmail.com>2019-11-09 23:03:45 -0800
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-11-13 07:40:51 +0100
commit0e964a7e6fe86de47de4ca21f464c47eaac256a8 (patch)
treea767daa60237001396ce6370ab2068f2890d611b /doc/api/console.md
parent35ec01097b2a397ad0a22aac536fe07514876e21 (diff)
downloadandroid-node-v8-0e964a7e6fe86de47de4ca21f464c47eaac256a8.tar.gz
android-node-v8-0e964a7e6fe86de47de4ca21f464c47eaac256a8.tar.bz2
android-node-v8-0e964a7e6fe86de47de4ca21f464c47eaac256a8.zip
doc, console: remove non-existant methods from docs
PR-URL: https://github.com/nodejs/node/pull/30346 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/console.md')
-rw-r--r--doc/api/console.md33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index 5700e91411..45b8dad997 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -490,17 +490,6 @@ The following methods are exposed by the V8 engine in the general API but do
not display anything unless used in conjunction with the [inspector][]
(`--inspect` flag).
-### console.markTimeline(\[label\])
-<!-- YAML
-added: v8.0.0
--->
-
-* `label` {string} **Default:** `'default'`
-
-This method does not display anything unless used in the inspector. The
-`console.markTimeline()` method is the deprecated form of
-[`console.timeStamp()`][].
-
### console.profile(\[label\])
<!-- YAML
added: v8.0.0
@@ -546,27 +535,6 @@ This method does not display anything unless used in the inspector. The
`console.timeStamp()` method adds an event with the label `'label'` to the
**Timeline** panel of the inspector.
-### console.timeline(\[label\])
-<!-- YAML
-added: v8.0.0
--->
-
-* `label` {string} **Default:** `'default'`
-
-This method does not display anything unless used in the inspector. The
-`console.timeline()` method is the deprecated form of [`console.time()`][].
-
-### console.timelineEnd(\[label\])
-<!-- YAML
-added: v8.0.0
--->
-
-* `label` {string} **Default:** `'default'`
-
-This method does not display anything unless used in the inspector. The
-`console.timelineEnd()` method is the deprecated form of
-[`console.timeEnd()`][].
-
[`console.error()`]: #console_console_error_data_args
[`console.group()`]: #console_console_group_label
[`console.log()`]: #console_console_log_data_args
@@ -574,7 +542,6 @@ This method does not display anything unless used in the inspector. The
[`console.profileEnd()`]: #console_console_profileend_label
[`console.time()`]: #console_console_time_label
[`console.timeEnd()`]: #console_console_timeend_label
-[`console.timeStamp()`]: #console_console_timestamp_label
[`process.stderr`]: process.html#process_process_stderr
[`process.stdout`]: process.html#process_process_stdout
[`util.format()`]: util.html#util_util_format_format_args