@@ -2166,68 +2166,6 @@ added:
2166
2166
An ESM loader hook returned without calling ` next() ` and without explicitly
2167
2167
signaling a short circuit.
2168
2168
2169
- <a id =" ERR_MANIFEST_ASSERT_INTEGRITY " ></a >
2170
-
2171
- ### ` ERR_MANIFEST_ASSERT_INTEGRITY `
2172
-
2173
- An attempt was made to load a resource, but the resource did not match the
2174
- integrity defined by the policy manifest. See the documentation for [ policy] [ ]
2175
- manifests for more information.
2176
-
2177
- <a id =" ERR_MANIFEST_DEPENDENCY_MISSING " ></a >
2178
-
2179
- ### ` ERR_MANIFEST_DEPENDENCY_MISSING `
2180
-
2181
- An attempt was made to load a resource, but the resource was not listed as a
2182
- dependency from the location that attempted to load it. See the documentation
2183
- for [ policy] [ ] manifests for more information.
2184
-
2185
- <a id =" ERR_MANIFEST_INTEGRITY_MISMATCH " ></a >
2186
-
2187
- ### ` ERR_MANIFEST_INTEGRITY_MISMATCH `
2188
-
2189
- An attempt was made to load a policy manifest, but the manifest had multiple
2190
- entries for a resource which did not match each other. Update the manifest
2191
- entries to match in order to resolve this error. See the documentation for
2192
- [ policy] [ ] manifests for more information.
2193
-
2194
- <a id =" ERR_MANIFEST_INVALID_RESOURCE_FIELD " ></a >
2195
-
2196
- ### ` ERR_MANIFEST_INVALID_RESOURCE_FIELD `
2197
-
2198
- A policy manifest resource had an invalid value for one of its fields. Update
2199
- the manifest entry to match in order to resolve this error. See the
2200
- documentation for [ policy] [ ] manifests for more information.
2201
-
2202
- <a id =" ERR_MANIFEST_INVALID_SPECIFIER " ></a >
2203
-
2204
- ### ` ERR_MANIFEST_INVALID_SPECIFIER `
2205
-
2206
- A policy manifest resource had an invalid value for one of its dependency
2207
- mappings. Update the manifest entry to match to resolve this error. See the
2208
- documentation for [ policy] [ ] manifests for more information.
2209
-
2210
- <a id =" ERR_MANIFEST_PARSE_POLICY " ></a >
2211
-
2212
- ### ` ERR_MANIFEST_PARSE_POLICY `
2213
-
2214
- An attempt was made to load a policy manifest, but the manifest was unable to
2215
- be parsed. See the documentation for [ policy] [ ] manifests for more information.
2216
-
2217
- <a id =" ERR_MANIFEST_TDZ " ></a >
2218
-
2219
- ### ` ERR_MANIFEST_TDZ `
2220
-
2221
- An attempt was made to read from a policy manifest, but the manifest
2222
- initialization has not yet taken place. This is likely a bug in Node.js.
2223
-
2224
- <a id =" ERR_MANIFEST_UNKNOWN_ONERROR " ></a >
2225
-
2226
- ### ` ERR_MANIFEST_UNKNOWN_ONERROR `
2227
-
2228
- A policy manifest was loaded, but had an unknown value for its "onerror"
2229
- behavior. See the documentation for [ policy] [ ] manifests for more information.
2230
-
2231
2169
<a id =" ERR_MEMORY_ALLOCATION_FAILED " ></a >
2232
2170
2233
2171
### ` ERR_MEMORY_ALLOCATION_FAILED `
@@ -3432,6 +3370,100 @@ removed: v21.1.0
3432
3370
3433
3371
An import attribute is not supported by this version of Node.js.
3434
3372
3373
+ <a id =" ERR_MANIFEST_ASSERT_INTEGRITY " ></a >
3374
+
3375
+ ### ` ERR_MANIFEST_ASSERT_INTEGRITY `
3376
+
3377
+ <!-- YAML
3378
+ removed: REPLACEME
3379
+ -->
3380
+
3381
+ An attempt was made to load a resource, but the resource did not match the
3382
+ integrity defined by the policy manifest. See the documentation for policy
3383
+ manifests for more information.
3384
+
3385
+ <a id =" ERR_MANIFEST_DEPENDENCY_MISSING " ></a >
3386
+
3387
+ ### ` ERR_MANIFEST_DEPENDENCY_MISSING `
3388
+
3389
+ <!-- YAML
3390
+ removed: REPLACEME
3391
+ -->
3392
+
3393
+ An attempt was made to load a resource, but the resource was not listed as a
3394
+ dependency from the location that attempted to load it. See the documentation
3395
+ for policy manifests for more information.
3396
+
3397
+ <a id =" ERR_MANIFEST_INTEGRITY_MISMATCH " ></a >
3398
+
3399
+ ### ` ERR_MANIFEST_INTEGRITY_MISMATCH `
3400
+
3401
+ <!-- YAML
3402
+ removed: REPLACEME
3403
+ -->
3404
+
3405
+ An attempt was made to load a policy manifest, but the manifest had multiple
3406
+ entries for a resource which did not match each other. Update the manifest
3407
+ entries to match in order to resolve this error. See the documentation for
3408
+ policy manifests for more information.
3409
+
3410
+ <a id =" ERR_MANIFEST_INVALID_RESOURCE_FIELD " ></a >
3411
+
3412
+ ### ` ERR_MANIFEST_INVALID_RESOURCE_FIELD `
3413
+
3414
+ <!-- YAML
3415
+ removed: REPLACEME
3416
+ -->
3417
+
3418
+ A policy manifest resource had an invalid value for one of its fields. Update
3419
+ the manifest entry to match in order to resolve this error. See the
3420
+ documentation for policy manifests for more information.
3421
+
3422
+ <a id =" ERR_MANIFEST_INVALID_SPECIFIER " ></a >
3423
+
3424
+ ### ` ERR_MANIFEST_INVALID_SPECIFIER `
3425
+
3426
+ <!-- YAML
3427
+ removed: REPLACEME
3428
+ -->
3429
+
3430
+ A policy manifest resource had an invalid value for one of its dependency
3431
+ mappings. Update the manifest entry to match to resolve this error. See the
3432
+ documentation for policy manifests for more information.
3433
+
3434
+ <a id =" ERR_MANIFEST_PARSE_POLICY " ></a >
3435
+
3436
+ ### ` ERR_MANIFEST_PARSE_POLICY `
3437
+
3438
+ <!-- YAML
3439
+ removed: REPLACEME
3440
+ -->
3441
+
3442
+ An attempt was made to load a policy manifest, but the manifest was unable to
3443
+ be parsed. See the documentation for policy manifests for more information.
3444
+
3445
+ <a id =" ERR_MANIFEST_TDZ " ></a >
3446
+
3447
+ ### ` ERR_MANIFEST_TDZ `
3448
+
3449
+ <!-- YAML
3450
+ removed: REPLACEME
3451
+ -->
3452
+
3453
+ An attempt was made to read from a policy manifest, but the manifest
3454
+ initialization has not yet taken place. This is likely a bug in Node.js.
3455
+
3456
+ <a id =" ERR_MANIFEST_UNKNOWN_ONERROR " ></a >
3457
+
3458
+ ### ` ERR_MANIFEST_UNKNOWN_ONERROR `
3459
+
3460
+ <!-- YAML
3461
+ removed: REPLACEME
3462
+ -->
3463
+
3464
+ A policy manifest was loaded, but had an unknown value for its "onerror"
3465
+ behavior. See the documentation for policy manifests for more information.
3466
+
3435
3467
<a id =" ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST " ></a >
3436
3468
3437
3469
### ` ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST `
@@ -4012,7 +4044,6 @@ An error occurred trying to allocate memory. This should never happen.
4012
4044
[ domains ] : domain.md
4013
4045
[ event emitter-based ] : events.md#class-eventemitter
4014
4046
[ file descriptors ] : https://en.wikipedia.org/wiki/File_descriptor
4015
- [ policy ] : permissions.md#policies
4016
4047
[ relative URL ] : https://url.spec.whatwg.org/#relative-url-string
4017
4048
[ self-reference a package using its name ] : packages.md#self-referencing-a-package-using-its-name
4018
4049
[ special scheme ] : https://url.spec.whatwg.org/#special-scheme
0 commit comments