From 8e4b6a0600790b475e7fb77ee5a1901a430c143b Mon Sep 17 00:00:00 2001 From: Jim Schlight Date: Wed, 5 Aug 2020 18:04:07 -0700 Subject: [PATCH] doc: n-api environment life cycle APIs are stable PR-URL: https://github.com/nodejs/node/pull/34641 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- doc/api/n-api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index ab54578b9eb659..c63627fd5564ca 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -344,8 +344,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