mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
doc: move ERR_INVALID_PERFORMANCE_MARK
to legacy errors
PR-URL: https://github.com/nodejs/node/pull/55247 Refs: https://github.com/nodejs/node/pull/14680 Refs: https://github.com/nodejs/node/pull/39297 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
31a37e777d
commit
4a3fffaf58
@ -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`
|
||||
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user