From 3833b1e91e8751dfbfa5771eeb1232480378858e Mon Sep 17 00:00:00 2001 From: Jim Schlight Date: Wed, 5 Aug 2020 18:04:07 -0700 Subject: [PATCH] doc,napi: N-API environment life cycle APIs are stable --- 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 ff430941778ff0..a83510d8764682 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -262,8 +262,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