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:
authorMyles Borins <mylesborins@github.com>2020-10-14 23:55:05 +0300
committerMyles Borins <mylesborins@github.com>2020-10-16 02:29:09 +0300
commit59d578e1fcb5d9a3830e50bdf3e7da0336046292 (patch)
treef37f2cd4ed2543299b82b7faf153e7623a5d36f0 /doc/api/n-api.md
parent1d8ecd8cfec2a5340028ac8be9f24024c4f9a810 (diff)
2020-10-15, Version 14.14.0 (Current)
Notable changes: crypto: * update certdata to NSS 3.56 (Shelley Vohr) https://github.com/nodejs/node/pull/35546 doc: * add aduh95 to collaborators (Antoine du Hamel) https://github.com/nodejs/node/pull/35542 fs: * (SEMVER-MINOR) add rm method (Ian Sutherland) https://github.com/nodejs/node/pull/35494 http: * (SEMVER-MINOR) allow passing array of key/val into writeHead (Robert Nagy) https://github.com/nodejs/node/pull/35274 src: * (SEMVER-MINOR) expose v8::Isolate setup callbacks (Shelley Vohr) https://github.com/nodejs/node/pull/35512 PR-URL: https://github.com/nodejs/node/pull/35648
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 7f3b15966ad..287940d1d54 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -4214,7 +4214,7 @@ specification).
#### napi_object_freeze
<!-- YAML
-added: REPLACEME
+added: v14.14.0
-->
> Stability: 1 - Experimental
@@ -4239,7 +4239,7 @@ ECMA-262 specification.
#### napi_object_seal
<!-- YAML
-added: REPLACEME
+added: v14.14.0
-->
> Stability: 1 - Experimental