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 baf3027 commit 1f9570bCopy full SHA for 1f9570b
doc/api/errors.md
@@ -1674,6 +1674,16 @@ category.
1674
The `trace_events` module could not be loaded because Node.js was compiled with
1675
the `--without-v8-platform` flag.
1676
1677
+<a id="ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER"></a>
1678
+### ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER
1679
+
1680
+A `SharedArrayBuffer` whose memory is not managed by the JavaScript engine
1681
+or by Node.js was encountered during serialization. Such a `SharedArrayBuffer`
1682
+cannot be serialized.
1683
1684
+This can only happen when native addons create `SharedArrayBuffer`s in
1685
+"externalized" mode, or put existing `SharedArrayBuffer` into externalized mode.
1686
1687
<a id="ERR_TRANSFORM_ALREADY_TRANSFORMING"></a>
1688
### ERR_TRANSFORM_ALREADY_TRANSFORMING
1689
0 commit comments