Skip to content

Commit 77abcad

Browse files
SimonSchicktargos
authored andcommitted
doc, console: remove non-existant methods from docs
PR-URL: #30346 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent d2ab2bb commit 77abcad

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

doc/api/console.md

-33
Original file line numberDiff line numberDiff line change
@@ -490,17 +490,6 @@ The following methods are exposed by the V8 engine in the general API but do
490490
not display anything unless used in conjunction with the [inspector][]
491491
(`--inspect` flag).
492492

493-
### console.markTimeline(\[label\])
494-
<!-- YAML
495-
added: v8.0.0
496-
-->
497-
498-
* `label` {string} **Default:** `'default'`
499-
500-
This method does not display anything unless used in the inspector. The
501-
`console.markTimeline()` method is the deprecated form of
502-
[`console.timeStamp()`][].
503-
504493
### console.profile(\[label\])
505494
<!-- YAML
506495
added: v8.0.0
@@ -546,35 +535,13 @@ This method does not display anything unless used in the inspector. The
546535
`console.timeStamp()` method adds an event with the label `'label'` to the
547536
**Timeline** panel of the inspector.
548537

549-
### console.timeline(\[label\])
550-
<!-- YAML
551-
added: v8.0.0
552-
-->
553-
554-
* `label` {string} **Default:** `'default'`
555-
556-
This method does not display anything unless used in the inspector. The
557-
`console.timeline()` method is the deprecated form of [`console.time()`][].
558-
559-
### console.timelineEnd(\[label\])
560-
<!-- YAML
561-
added: v8.0.0
562-
-->
563-
564-
* `label` {string} **Default:** `'default'`
565-
566-
This method does not display anything unless used in the inspector. The
567-
`console.timelineEnd()` method is the deprecated form of
568-
[`console.timeEnd()`][].
569-
570538
[`console.error()`]: #console_console_error_data_args
571539
[`console.group()`]: #console_console_group_label
572540
[`console.log()`]: #console_console_log_data_args
573541
[`console.profile()`]: #console_console_profile_label
574542
[`console.profileEnd()`]: #console_console_profileend_label
575543
[`console.time()`]: #console_console_time_label
576544
[`console.timeEnd()`]: #console_console_timeend_label
577-
[`console.timeStamp()`]: #console_console_timestamp_label
578545
[`process.stderr`]: process.html#process_process_stderr
579546
[`process.stdout`]: process.html#process_process_stdout
580547
[`util.format()`]: util.html#util_util_format_format_args

0 commit comments

Comments
 (0)