@@ -2103,12 +2103,6 @@ urlSearchParams.has.call(buf, 'foo');
21032103// Throws a TypeError with code 'ERR_INVALID_THIS'
21042104```
21052105
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-
21122106<a id =" ERR_INVALID_TUPLE " ></a >
21132107
21142108### ` ERR_INVALID_TUPLE `
@@ -2306,23 +2300,6 @@ The V8 platform used by this instance of Node.js does not support creating
23062300Workers. This is caused by lack of embedder support for Workers. In particular,
23072301this error will not occur with standard builds of Node.js.
23082302
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-
23262303<a id =" ERR_MODULE_NOT_FOUND " ></a >
23272304
23282305### ` ERR_MODULE_NOT_FOUND `
@@ -3305,6 +3282,20 @@ removed: v15.0.0
33053282
33063283An invalid or unknown file encoding was passed.
33073284
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+
33083299<a id =" ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST " ></a >
33093300
33103301### ` ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST `
@@ -3317,6 +3308,28 @@ This error code was replaced by [`ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST`][]
33173308in Node.js v15.0.0, because it is no longer accurate as other types of
33183309transferable objects also exist now.
33193310
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+
33203333<a id =" ERR_NAPI_CONS_PROTOTYPE_OBJECT " ></a >
33213334
33223335### ` ERR_NAPI_CONS_PROTOTYPE_OBJECT `
0 commit comments