File tree 2 files changed +14
-13
lines changed
2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -1960,16 +1960,6 @@ category.
1960
1960
The ` trace_events ` module could not be loaded because Node.js was compiled with
1961
1961
the ` --without-v8-platform ` flag.
1962
1962
1963
- <a id =" ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER " ></a >
1964
- ### ` ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER `
1965
-
1966
- A ` SharedArrayBuffer ` whose memory is not managed by the JavaScript engine
1967
- or by Node.js was encountered during serialization. Such a ` SharedArrayBuffer `
1968
- cannot be serialized.
1969
-
1970
- This can only happen when native addons create ` SharedArrayBuffer ` s in
1971
- "externalized" mode, or put existing ` SharedArrayBuffer ` into externalized mode.
1972
-
1973
1963
<a id =" ERR_TRANSFORM_ALREADY_TRANSFORMING " ></a >
1974
1964
### ` ERR_TRANSFORM_ALREADY_TRANSFORMING `
1975
1965
@@ -2406,6 +2396,20 @@ removed: v10.0.0
2406
2396
2407
2397
Used when a TLS renegotiation request has failed in a non-specific way.
2408
2398
2399
+ <a id =" ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER " ></a >
2400
+ ### ` ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER `
2401
+ <!-- YAML
2402
+ added: v10.5.0
2403
+ removed: v14.0.0
2404
+ -->
2405
+
2406
+ A ` SharedArrayBuffer ` whose memory is not managed by the JavaScript engine
2407
+ or by Node.js was encountered during serialization. Such a ` SharedArrayBuffer `
2408
+ cannot be serialized.
2409
+
2410
+ This can only happen when native addons create ` SharedArrayBuffer ` s in
2411
+ "externalized" mode, or put existing ` SharedArrayBuffer ` into externalized mode.
2412
+
2409
2413
<a id =" ERR_UNKNOWN_BUILTIN_MODULE " ></a >
2410
2414
### ` ERR_UNKNOWN_BUILTIN_MODULE `
2411
2415
<!-- YAML
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ void OnFatalError(const char* location, const char* message);
51
51
V (ERR_SCRIPT_EXECUTION_TIMEOUT, Error) \
52
52
V (ERR_STRING_TOO_LONG, Error) \
53
53
V (ERR_TLS_INVALID_PROTOCOL_METHOD, TypeError) \
54
- V (ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER, TypeError) \
55
54
V (ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED, Error) \
56
55
V (ERR_VM_MODULE_CACHED_DATA_REJECTED, Error) \
57
56
V (ERR_WASI_NOT_STARTED, Error) \
@@ -102,8 +101,6 @@ void OnFatalError(const char* location, const char* message);
102
101
" Loading non context-aware native modules has been disabled" ) \
103
102
V (ERR_SCRIPT_EXECUTION_INTERRUPTED, \
104
103
" Script execution was interrupted by `SIGINT`" ) \
105
- V (ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER, \
106
- " Cannot serialize externalized SharedArrayBuffer" ) \
107
104
V (ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED, " Failed to set PSK identity hint" ) \
108
105
V (ERR_WASI_NOT_STARTED, " wasi.start() has not been called" ) \
109
106
V (ERR_WORKER_INIT_FAILED, " Worker initialization failure" ) \
You can’t perform that action at this time.
0 commit comments