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
diff options
context:
space:
mode:
-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