Skip to content

Commit 5bd6f21

Browse files
TrottBethGriggs
authored andcommitted
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: #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>
1 parent 1e16b38 commit 5bd6f21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api/v8.md

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ built into the Node.js binary. It can be accessed using:
1111
const v8 = require('v8');
1212
```
1313

14-
The APIs and implementation are subject to change at any time.
15-
1614
## `v8.cachedDataVersionTag()`
1715
<!-- YAML
1816
added: v8.0.0

0 commit comments

Comments
 (0)