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 <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>
  • Loading branch information
Ayase-252 authored and jasnell committed Aug 26, 2021
1 parent 2a6e246 commit 23b7048
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 @@ -2836,6 +2836,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 23b7048

Please sign in to comment.