Skip to content

Commit 4861505

Browse files
Ayase-252targos
authored andcommittedSep 6, 2021
doc: move ERR_WORKER_UNSPPORTED_EXTENSION to legacy
PR-URL: #39788 Fixes: #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>
1 parent 16271d2 commit 4861505

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

Diff for: ‎doc/api/errors.md

+10
Original file line numberDiff line numberDiff line change
@@ -2828,6 +2828,16 @@ Used when a given value is out of the accepted range.
28282828

28292829
The module must be successfully linked before instantiation.
28302830

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+
28312841
<a id="ERR_ZLIB_BINDING_CLOSED"></a>
28322842
### `ERR_ZLIB_BINDING_CLOSED`
28332843
<!-- YAML

0 commit comments

Comments
 (0)