We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0702d60 commit 596bfb3Copy full SHA for 596bfb3
1 file changed
doc/api/worker_threads.md
@@ -477,6 +477,9 @@ changes:
477
- version: v15.6.0
478
pr-url: https://github.com/nodejs/node/pull/36804
479
description: Added `X509Certificate` to the list of cloneable types.
480
+ - version: v15.0.0
481
+ pr-url: https://github.com/nodejs/node/pull/35093
482
+ description: Added `CryptoKey` to the list of cloneable types.
483
- version:
484
- v14.5.0
485
- v12.19.0
@@ -505,7 +508,7 @@ In particular, the significant differences to `JSON` are:
505
508
and `SharedArrayBuffer`s.
506
509
* `value` may contain [`WebAssembly.Module`][] instances.
507
510
* `value` may not contain native (C++-backed) objects other than {MessagePort}s,
- {FileHandle}s, {KeyObject}s, and {X509Certificate}s.
511
+ {FileHandle}s, {KeyObject}s, {CryptoKey}s, and {X509Certificate}s.
512
513
```js
514
const { MessageChannel } = require('worker_threads');
0 commit comments