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:
authorbruce-one <bryce@gibson-consulting.com.au>2019-11-25 02:20:53 +0300
committerAnna Henningsen <anna@addaleax.net>2019-11-28 02:18:41 +0300
commit84aa19270d2d2736f1e18b359e3531b76db788d3 (patch)
tree6a5a702b341057aa77ce51add605da4f57e95863 /doc/api/v8.md
parent50ab2e3a77320ac7935407f1d0516ebfd5911742 (diff)
doc: remove "this API is unstable" note for v8 serdes API
As #30234 marked this as stable I think this line should be removed as well? Refs: https://github.com/nodejs/node/pull/30234 PR-URL: https://github.com/nodejs/node/pull/30631 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index 40b7c77d302..e85b21e7115 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -270,9 +270,6 @@ 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).
-This API is under development, and changes (including incompatible
-changes to the API or wire format) may occur until this warning is removed.
-
### v8.serialize(value)
<!-- YAML
added: v8.0.0