Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorQingyu Deng <bitdqy@hotmail.com>2021-08-17 09:17:28 +0300
committerJames M Snell <jasnell@gmail.com>2021-08-26 23:14:02 +0300
commit2a6e2464783729d1861cf0e2e99854a4db6c11de (patch)
treef3bb8e1f6aa0ee11a4f525f8cc871162d48e690d /doc/api
parent229b7d219d33d41012ccfb8a0a0b22f60f8e63f1 (diff)
worker: remove file extension check
Fixes: https://github.com/nodejs/node/issues/39124 PR-URL: https://github.com/nodejs/node/pull/39788 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>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/errors.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 79a653e98c7..f1508943624 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2510,12 +2510,6 @@ nor a relative path starting with `./` or `../`.
All attempts at serializing an uncaught exception from a worker thread failed.
-<a id="ERR_WORKER_UNSUPPORTED_EXTENSION"></a>
-### `ERR_WORKER_UNSUPPORTED_EXTENSION`
-
-The pathname used for the main script of a worker has an
-unknown file extension.
-
<a id="ERR_WORKER_UNSUPPORTED_OPERATION"></a>
### `ERR_WORKER_UNSUPPORTED_OPERATION`