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:
authorAnna Henningsen <anna@addaleax.net>2019-11-03 13:43:46 +0300
committerAnna Henningsen <anna@addaleax.net>2019-11-06 02:09:26 +0300
commitf734ba9d6f0feb785c9154ddb99ae4cd3a7bc77f (patch)
tree31acaa1d96e830eb86a5cbfccd0863ab6ac32c41 /doc/api/v8.md
parent5b2067c6ca17340204c1de283baead174b071355 (diff)
v8: mark serdes API as stable
This has been around for a long time, and the underlying V8 API has become stable as well a while ago. PR-URL: https://github.com/nodejs/node/pull/30234 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/v8.md')
-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 459df5597bc..40b7c77d302 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -266,8 +266,6 @@ if (isMainThread) {
## Serialization API
-> Stability: 1 - Experimental
-
The serialization API provides means of serializing JavaScript values in a way
that is compatible with the [HTML structured clone algorithm][].
The format is backward-compatible (i.e. safe to store to disk).