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
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-04-23 06:09:15 +0300
committerGitHub <noreply@github.com>2022-04-23 06:09:15 +0300
commitc4781ea69ce164b1163a10f50d818be3d0a6bca4 (patch)
tree69743d339d2473f2978d75d76716cbbd06b8e409 /doc
parenteeb27c2e0aecbf418635a8c4b7c4529385798c63 (diff)
lib,src: implement WebAssembly Web API
Refs: https://github.com/nodejs/node/pull/41749 Fixes: https://github.com/nodejs/node/issues/21130 PR-URL: https://github.com/nodejs/node/pull/42701 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/errors.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 3f7e8a4b165..22295985020 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2890,6 +2890,17 @@ The WASI instance has already started.
The WASI instance has not been started.
+<a id="ERR_WEBASSEMBLY_RESPONSE"></a>
+
+### `ERR_WEBASSEMBLY_RESPONSE`
+
+<!-- YAML
+added: REPLACEME
+-->
+
+The `Response` that has been passed to `WebAssembly.compileStreaming` or to
+`WebAssembly.instantiateStreaming` is not a valid WebAssembly response.
+
<a id="ERR_WORKER_INIT_FAILED"></a>
### `ERR_WORKER_INIT_FAILED`