From 84aa19270d2d2736f1e18b359e3531b76db788d3 Mon Sep 17 00:00:00 2001 From: bruce-one Date: Mon, 25 Nov 2019 10:20:53 +1100 Subject: [PATCH] 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 Reviewed-By: Jiawen Geng Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Anto Aravinth --- doc/api/v8.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/api/v8.md b/doc/api/v8.md index 40b7c77d302971..e85b21e7115850 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)