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:
authorJim Schlight <jim@inspiredware.com>2020-08-06 04:04:07 +0300
committerJames M Snell <jasnell@gmail.com>2020-08-11 23:26:54 +0300
commitbbdb0133dc084cdb5107a56b48b7c5fdb0deeec9 (patch)
treefb74b50c695b0a105df40148fbd8724f299e2df4 /doc/api/n-api.md
parent1be7bbdc3b533759072cfc3d13766511197e3d01 (diff)
doc: n-api environment life cycle APIs are stable
PR-URL: https://github.com/nodejs/node/pull/34641 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 1beb64aefb4..ea975cdbffd 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -348,8 +348,6 @@ NAPI_MODULE_INIT() {
## Environment life cycle APIs
-> Stability: 1 - Experimental
-
[Section 8.7][] of the [ECMAScript Language Specification][] defines the concept
of an "Agent" as a self-contained environment in which JavaScript code runs.
Multiple such Agents may be started and terminated either concurrently or in