Skip to content

Commit 6f33adf

Browse files
committed
doc: move ERR_WORKER_UNSPPORTED_EXTENSION to legacy
1 parent 6eec6bf commit 6f33adf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/api/errors.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2829,6 +2829,16 @@ Used when a given value is out of the accepted range.
28292829

28302830
The module must be successfully linked before instantiation.
28312831

2832+
<a id="ERR_WORKER_UNSUPPORTED_EXTENSION"></a>
2833+
### `ERR_WORKER_UNSUPPORTED_EXTENSION`
2834+
<!-- YAML
2835+
added: v11.0.0
2836+
removed: REPLACEME
2837+
-->
2838+
2839+
The pathname used for the main script of a worker has an
2840+
unknown file extension.
2841+
28322842
<a id="ERR_ZLIB_BINDING_CLOSED"></a>
28332843
### `ERR_ZLIB_BINDING_CLOSED`
28342844
<!-- YAML

0 commit comments

Comments
 (0)