Skip to content

Commit

Permalink
doc: move ERR_INVALID_PERFORMANCE_MARK to legacy errors
Browse files Browse the repository at this point in the history
PR-URL: #55247
Refs: #14680
Refs: #39297
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
aduh95 authored Oct 10, 2024
1 parent 31a37e7 commit 4a3fffa
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2003,13 +2003,6 @@ An invalid [`package.json`][] file failed parsing.
The `package.json` [`"exports"`][] field contains an invalid target mapping
value for the attempted module resolution.

<a id="ERR_INVALID_PERFORMANCE_MARK"></a>

### `ERR_INVALID_PERFORMANCE_MARK`

While using the Performance Timing API (`perf_hooks`), a performance mark is
invalid.

<a id="ERR_INVALID_PROTOCOL"></a>

### `ERR_INVALID_PROTOCOL`
Expand Down Expand Up @@ -3473,6 +3466,18 @@ removed: v15.0.0

An invalid or unknown file encoding was passed.

<a id="ERR_INVALID_PERFORMANCE_MARK"></a>

### `ERR_INVALID_PERFORMANCE_MARK`

<!-- YAML
added: v8.5.0
removed: v16.7.0
-->

While using the Performance Timing API (`perf_hooks`), a performance mark is
invalid.

<a id="ERR_INVALID_TRANSFER_OBJECT"></a>

### `ERR_INVALID_TRANSFER_OBJECT`
Expand Down

0 comments on commit 4a3fffa

Please sign in to comment.