File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -477,6 +477,9 @@ changes:
477477 - version: v15.6.0
478478 pr-url: https://github.com/nodejs/node/pull/36804
479479 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.
480483 - version:
481484 - v14.5.0
482485 - v12.19.0
@@ -505,7 +508,7 @@ In particular, the significant differences to `JSON` are:
505508 and ` SharedArrayBuffer ` s.
506509* ` value ` may contain [ ` WebAssembly.Module ` ] [ ] instances.
507510* ` value ` may not contain native (C++-backed) objects other than {MessagePort}s,
508- {FileHandle}s, {KeyObject}s, and {X509Certificate}s.
511+ {FileHandle}s, {KeyObject}s, {CryptoKey}s, and {X509Certificate}s.
509512
510513``` js
511514const { MessageChannel } = require (' worker_threads' );
You can’t perform that action at this time.
0 commit comments