Skip to content

Commit 23b7048

Browse files
Ayase-252jasnell
authored andcommitted
doc: move ERR_WORKER_UNSPPORTED_EXTENSION to legacy
PR-URL: #39788 Fixes: #39124 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 2a6e246 commit 23b7048

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
@@ -2836,6 +2836,16 @@ Used when a given value is out of the accepted range.
28362836

28372837
The module must be successfully linked before instantiation.
28382838

2839+
<a id="ERR_WORKER_UNSUPPORTED_EXTENSION"></a>
2840+
### `ERR_WORKER_UNSUPPORTED_EXTENSION`
2841+
<!-- YAML
2842+
added: v11.0.0
2843+
removed: REPLACEME
2844+
-->
2845+
2846+
The pathname used for the main script of a worker has an
2847+
unknown file extension.
2848+
28392849
<a id="ERR_ZLIB_BINDING_CLOSED"></a>
28402850
### `ERR_ZLIB_BINDING_CLOSED`
28412851
<!-- YAML

0 commit comments

Comments
 (0)