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>
This commit is contained in:
Jim Schlight
2020-08-05 18:04:07 -07:00
committed by James M Snell
parent 1be7bbdc3b
commit bbdb0133dc

View File

@@ -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