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
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2022-05-02 15:59:22 +0300
committerMichaël Zasso <targos@protonmail.com>2022-05-03 14:53:19 +0300
commit6ebe5a4ff0f2f196eb8502c067da4f2cca3d241a (patch)
tree3045c239f999ba2acb6098c838de522821edcaea /doc/api/errors.md
parent2be596604ac13a4dd68eb9cc38e54f2df438dd97 (diff)
2022-05-03, Version 18.1.0 (Current)
Notable changes: doc: * add @kuriyosh to collaborators (Yoshiki Kurihara) https://github.com/nodejs/node/pull/42824 lib,src: * (SEMVER-MINOR) implement WebAssembly Web API (Tobias Nießen) https://github.com/nodejs/node/pull/42701 test_runner: * (SEMVER-MINOR) add initial CLI runner (Colin Ihrig) https://github.com/nodejs/node/pull/42658 worker: * (SEMVER-MINOR) add hasRef() to MessagePort (Darshan Sen) https://github.com/nodejs/node/pull/42849 PR-URL: https://github.com/nodejs/node/pull/42943
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index b174db7b615..5bc949d5b12 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2889,7 +2889,7 @@ The WASI instance has not been started.
### `ERR_WEBASSEMBLY_RESPONSE`
<!-- YAML
-added: REPLACEME
+added: v18.1.0
-->
The `Response` that has been passed to `WebAssembly.compileStreaming` or to
@@ -3344,7 +3344,7 @@ The module must be successfully linked before instantiation.
<!-- YAML
added: v10.0.0
-removed: REPLACEME
+removed: v18.1.0
-->
The linker function returned a module for which linking has failed.