File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1674,6 +1674,16 @@ category.
1674
1674
The ` trace_events ` module could not be loaded because Node.js was compiled with
1675
1675
the ` --without-v8-platform ` flag.
1676
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
+
1677
1687
<a id =" ERR_TRANSFORM_ALREADY_TRANSFORMING " ></a >
1678
1688
### ERR_TRANSFORM_ALREADY_TRANSFORMING
1679
1689
You can’t perform that action at this time.
0 commit comments