Skip to content

Commit 5342f53

Browse files
addaleaxtargos
authored andcommitted
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: #30234 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 63f937d commit 5342f53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api/v8.md

-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ if (isMainThread) {
266266

267267
## Serialization API
268268

269-
> Stability: 1 - Experimental
270-
271269
The serialization API provides means of serializing JavaScript values in a way
272270
that is compatible with the [HTML structured clone algorithm][].
273271
The format is backward-compatible (i.e. safe to store to disk).

0 commit comments

Comments
 (0)