From 4ec83b2d09a007dfbe692bc2891bafa0840f48bc Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sun, 3 Nov 2019 11:43:46 +0100 Subject: [PATCH] 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. --- doc/api/v8.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/api/v8.md b/doc/api/v8.md index 459df5597bc884..40b7c77d302971 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).