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:
authorRich Trott <rtrott@gmail.com>2020-10-23 14:32:18 +0300
committerRich Trott <rtrott@gmail.com>2020-10-25 15:43:46 +0300
commite54c8b788d64d6388157434f10888358b3f7ab12 (patch)
treef074254f6faea6e4157bf344f539c8ba12018f65
parent9437e2fb7140ae0e94f368e757a4f765527ade87 (diff)
doc: remove stability warning in v8 module doc
Remove note indicating that the APIs can change at any time. This module migrated from Experimental to Stable 6 years ago (in io.js 1.4.2). PR-URL: https://github.com/nodejs/node/pull/35774 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
-rw-r--r--doc/api/v8.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index 72556365291..8f861f930ec 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -11,8 +11,6 @@ built into the Node.js binary. It can be accessed using:
const v8 = require('v8');
```
-The APIs and implementation are subject to change at any time.
-
## `v8.cachedDataVersionTag()`
<!-- YAML
added: v8.0.0