From f3eb9db1495910893df7b971ba4abb7a1722b0b7 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 92126ed47c74a9..4933f78dbd1bd1 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