Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 596bfb3

Browse filesBrowse files
panvadanielleadams
authored andcommitted
doc: mention CryptoKey in port.postMessage()
PR-URL: #37196 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 0702d60 commit 596bfb3
Copy full SHA for 596bfb3

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/worker_threads.md‎

Copy file name to clipboardExpand all lines: doc/api/worker_threads.md
+4-1Lines changed: 4 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff 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
511514
const { MessageChannel } = require('worker_threads');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.