@@ -2084,12 +2084,6 @@ urlSearchParams.has.call(buf, 'foo');
2084
2084
// Throws a TypeError with code 'ERR_INVALID_THIS'
2085
2085
```
2086
2086
2087
- <a id =" ERR_INVALID_TRANSFER_OBJECT " ></a >
2088
-
2089
- ### ` ERR_INVALID_TRANSFER_OBJECT `
2090
-
2091
- An invalid transfer object was passed to ` postMessage() ` .
2092
-
2093
2087
<a id =" ERR_INVALID_TUPLE " ></a >
2094
2088
2095
2089
### ` ERR_INVALID_TUPLE `
@@ -2287,23 +2281,6 @@ The V8 platform used by this instance of Node.js does not support creating
2287
2281
Workers. This is caused by lack of embedder support for Workers. In particular,
2288
2282
this error will not occur with standard builds of Node.js.
2289
2283
2290
- <a id =" ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST " ></a >
2291
-
2292
- ### ` ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST `
2293
-
2294
- <!-- YAML
2295
- added: v15.0.0
2296
- -->
2297
-
2298
- An object that needs to be explicitly listed in the ` transferList ` argument
2299
- is in the object passed to a [ ` postMessage() ` ] [ ] call, but is not provided
2300
- in the ` transferList ` for that call. Usually, this is a ` MessagePort ` .
2301
-
2302
- In Node.js versions prior to v15.0.0, the error code being used here was
2303
- [ ` ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST ` ] [ ] . However, the set of
2304
- transferable object types has been expanded to cover more types than
2305
- ` MessagePort ` .
2306
-
2307
2284
<a id =" ERR_MODULE_NOT_FOUND " ></a >
2308
2285
2309
2286
### ` ERR_MODULE_NOT_FOUND `
@@ -3300,6 +3277,20 @@ removed: v15.0.0
3300
3277
3301
3278
An invalid or unknown file encoding was passed.
3302
3279
3280
+ <a id =" ERR_INVALID_TRANSFER_OBJECT " ></a >
3281
+
3282
+ ### ` ERR_INVALID_TRANSFER_OBJECT `
3283
+
3284
+ <!-- YAML
3285
+ removed: REPLACEME
3286
+ changes:
3287
+ - version: REPLACEME
3288
+ pr-url: https://github.com/nodejs/node/pull/47839
3289
+ description: A `DOMException` is thrown instead.
3290
+ -->
3291
+
3292
+ An invalid transfer object was passed to ` postMessage() ` .
3293
+
3303
3294
<a id =" ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST " ></a >
3304
3295
3305
3296
### ` ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST `
@@ -3312,6 +3303,28 @@ This error code was replaced by [`ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST`][]
3312
3303
in Node.js v15.0.0, because it is no longer accurate as other types of
3313
3304
transferable objects also exist now.
3314
3305
3306
+ <a id =" ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST " ></a >
3307
+
3308
+ ### ` ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST `
3309
+
3310
+ <!-- YAML
3311
+ added: v15.0.0
3312
+ removed: REPLACEME
3313
+ changes:
3314
+ - version: REPLACEME
3315
+ pr-url: https://github.com/nodejs/node/pull/47839
3316
+ description: A `DOMException` is thrown instead.
3317
+ -->
3318
+
3319
+ An object that needs to be explicitly listed in the ` transferList ` argument
3320
+ is in the object passed to a [ ` postMessage() ` ] [ ] call, but is not provided
3321
+ in the ` transferList ` for that call. Usually, this is a ` MessagePort ` .
3322
+
3323
+ In Node.js versions prior to v15.0.0, the error code being used here was
3324
+ [ ` ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST ` ] [ ] . However, the set of
3325
+ transferable object types has been expanded to cover more types than
3326
+ ` MessagePort ` .
3327
+
3315
3328
<a id =" ERR_NAPI_CONS_PROTOTYPE_OBJECT " ></a >
3316
3329
3317
3330
### ` ERR_NAPI_CONS_PROTOTYPE_OBJECT `
0 commit comments