summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbruce-one <bryce@gibson-consulting.com.au>2019-11-25 10:20:53 +1100
committerAnna Henningsen <anna@addaleax.net>2019-11-28 00:18:41 +0100
commit84aa19270d2d2736f1e18b359e3531b76db788d3 (patch)
tree6a5a702b341057aa77ce51add605da4f57e95863 /doc
parent50ab2e3a77320ac7935407f1d0516ebfd5911742 (diff)
downloadandroid-node-v8-84aa19270d2d2736f1e18b359e3531b76db788d3.tar.gz
android-node-v8-84aa19270d2d2736f1e18b359e3531b76db788d3.tar.bz2
android-node-v8-84aa19270d2d2736f1e18b359e3531b76db788d3.zip
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')
-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 40b7c77d30..e85b21e711 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