@@ -2103,12 +2103,6 @@ urlSearchParams.has.call(buf, 'foo');
2103
2103
// Throws a TypeError with code 'ERR_INVALID_THIS'
2104
2104
```
2105
2105
2106
- <a id =" ERR_INVALID_TRANSFER_OBJECT " ></a >
2107
-
2108
- ### ` ERR_INVALID_TRANSFER_OBJECT `
2109
-
2110
- An invalid transfer object was passed to ` postMessage() ` .
2111
-
2112
2106
<a id =" ERR_INVALID_TUPLE " ></a >
2113
2107
2114
2108
### ` ERR_INVALID_TUPLE `
@@ -2306,23 +2300,6 @@ The V8 platform used by this instance of Node.js does not support creating
2306
2300
Workers. This is caused by lack of embedder support for Workers. In particular,
2307
2301
this error will not occur with standard builds of Node.js.
2308
2302
2309
- <a id =" ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST " ></a >
2310
-
2311
- ### ` ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST `
2312
-
2313
- <!-- YAML
2314
- added: v15.0.0
2315
- -->
2316
-
2317
- An object that needs to be explicitly listed in the ` transferList ` argument
2318
- is in the object passed to a [ ` postMessage() ` ] [ ] call, but is not provided
2319
- in the ` transferList ` for that call. Usually, this is a ` MessagePort ` .
2320
-
2321
- In Node.js versions prior to v15.0.0, the error code being used here was
2322
- [ ` ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST ` ] [ ] . However, the set of
2323
- transferable object types has been expanded to cover more types than
2324
- ` MessagePort ` .
2325
-
2326
2303
<a id =" ERR_MODULE_NOT_FOUND " ></a >
2327
2304
2328
2305
### ` ERR_MODULE_NOT_FOUND `
@@ -3305,6 +3282,20 @@ removed: v15.0.0
3305
3282
3306
3283
An invalid or unknown file encoding was passed.
3307
3284
3285
+ <a id =" ERR_INVALID_TRANSFER_OBJECT " ></a >
3286
+
3287
+ ### ` ERR_INVALID_TRANSFER_OBJECT `
3288
+
3289
+ <!-- YAML
3290
+ removed: REPLACEME
3291
+ changes:
3292
+ - version: REPLACEME
3293
+ pr-url: https://github.com./nodejs/node/pull/47839
3294
+ description: A `DOMException` is thrown instead.
3295
+ -->
3296
+
3297
+ An invalid transfer object was passed to ` postMessage() ` .
3298
+
3308
3299
<a id =" ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST " ></a >
3309
3300
3310
3301
### ` ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST `
@@ -3317,6 +3308,28 @@ This error code was replaced by [`ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST`][]
3317
3308
in Node.js v15.0.0, because it is no longer accurate as other types of
3318
3309
transferable objects also exist now.
3319
3310
3311
+ <a id =" ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST " ></a >
3312
+
3313
+ ### ` ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST `
3314
+
3315
+ <!-- YAML
3316
+ added: v15.0.0
3317
+ removed: REPLACEME
3318
+ changes:
3319
+ - version: REPLACEME
3320
+ pr-url: https://github.com./nodejs/node/pull/47839
3321
+ description: A `DOMException` is thrown instead.
3322
+ -->
3323
+
3324
+ An object that needs to be explicitly listed in the ` transferList ` argument
3325
+ is in the object passed to a [ ` postMessage() ` ] [ ] call, but is not provided
3326
+ in the ` transferList ` for that call. Usually, this is a ` MessagePort ` .
3327
+
3328
+ In Node.js versions prior to v15.0.0, the error code being used here was
3329
+ [ ` ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST ` ] [ ] . However, the set of
3330
+ transferable object types has been expanded to cover more types than
3331
+ ` MessagePort ` .
3332
+
3320
3333
<a id =" ERR_NAPI_CONS_PROTOTYPE_OBJECT " ></a >
3321
3334
3322
3335
### ` ERR_NAPI_CONS_PROTOTYPE_OBJECT `
0 commit comments