Skip to content

Commit 4a3fffa

Browse files
authored
doc: move ERR_INVALID_PERFORMANCE_MARK to legacy errors
PR-URL: #55247 Refs: #14680 Refs: #39297 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 31a37e7 commit 4a3fffa

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

doc/api/errors.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -2003,13 +2003,6 @@ An invalid [`package.json`][] file failed parsing.
20032003
The `package.json` [`"exports"`][] field contains an invalid target mapping
20042004
value for the attempted module resolution.
20052005

2006-
<a id="ERR_INVALID_PERFORMANCE_MARK"></a>
2007-
2008-
### `ERR_INVALID_PERFORMANCE_MARK`
2009-
2010-
While using the Performance Timing API (`perf_hooks`), a performance mark is
2011-
invalid.
2012-
20132006
<a id="ERR_INVALID_PROTOCOL"></a>
20142007

20152008
### `ERR_INVALID_PROTOCOL`
@@ -3473,6 +3466,18 @@ removed: v15.0.0
34733466

34743467
An invalid or unknown file encoding was passed.
34753468

3469+
<a id="ERR_INVALID_PERFORMANCE_MARK"></a>
3470+
3471+
### `ERR_INVALID_PERFORMANCE_MARK`
3472+
3473+
<!-- YAML
3474+
added: v8.5.0
3475+
removed: v16.7.0
3476+
-->
3477+
3478+
While using the Performance Timing API (`perf_hooks`), a performance mark is
3479+
invalid.
3480+
34763481
<a id="ERR_INVALID_TRANSFER_OBJECT"></a>
34773482

34783483
### `ERR_INVALID_TRANSFER_OBJECT`

0 commit comments

Comments
 (0)