| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent baf3027 commit 1f9570b
1 file 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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments