Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorQingyu Deng <bitdqy@hotmail.com>2021-08-17 15:48:41 +0300
committerJames M Snell <jasnell@gmail.com>2021-08-26 23:14:04 +0300
commit23b704858f8abfb93edaa6250b19724ce8d35e1b (patch)
tree7bf6b1183f73eb9ba9858296e94391c2b323b5aa /doc/api
parent2a6e2464783729d1861cf0e2e99854a4db6c11de (diff)
doc: move ERR_WORKER_UNSPPORTED_EXTENSION to legacy
PR-URL: https://github.com/nodejs/node/pull/39788 Fixes: https://github.com/nodejs/node/issues/39124 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/errors.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index f1508943624..a7674c55665 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2836,6 +2836,16 @@ Used when a given value is out of the accepted range.
The module must be successfully linked before instantiation.
+<a id="ERR_WORKER_UNSUPPORTED_EXTENSION"></a>
+### `ERR_WORKER_UNSUPPORTED_EXTENSION`
+<!-- YAML
+added: v11.0.0
+removed: REPLACEME
+-->
+
+The pathname used for the main script of a worker has an
+unknown file extension.
+
<a id="ERR_ZLIB_BINDING_CLOSED"></a>
### `ERR_ZLIB_BINDING_CLOSED`
<!-- YAML