We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16271d2 commit 4861505Copy full SHA for 4861505
doc/api/errors.md
@@ -2828,6 +2828,16 @@ Used when a given value is out of the accepted range.
2828
2829
The module must be successfully linked before instantiation.
2830
2831
+<a id="ERR_WORKER_UNSUPPORTED_EXTENSION"></a>
2832
+### `ERR_WORKER_UNSUPPORTED_EXTENSION`
2833
+<!-- YAML
2834
+added: v11.0.0
2835
+removed: REPLACEME
2836
+-->
2837
+
2838
+The pathname used for the main script of a worker has an
2839
+unknown file extension.
2840
2841
<a id="ERR_ZLIB_BINDING_CLOSED"></a>
2842
### `ERR_ZLIB_BINDING_CLOSED`
2843
<!-- YAML
0 commit comments