Skip to content

Commit

Permalink
doc: move ERR_WORKER_UNSPPORTED_EXTENSION to legacy
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Ayase-252 authored and targos committed Sep 6, 2021
1 parent 16271d2 commit 4861505
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2828,6 +2828,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
Expand Down

0 comments on commit 4861505

Please sign in to comment.