Skip to content

Commit 74e8902

Browse files
bruce-onetargos
authored andcommitted
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: #30234 PR-URL: #30631 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Anto Aravinth <[email protected]>
1 parent 857669f commit 74e8902

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/api/v8.md

-3
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,6 @@ The serialization API provides means of serializing JavaScript values in a way
270270
that is compatible with the [HTML structured clone algorithm][].
271271
The format is backward-compatible (i.e. safe to store to disk).
272272

273-
This API is under development, and changes (including incompatible
274-
changes to the API or wire format) may occur until this warning is removed.
275-
276273
### v8.serialize(value)
277274
<!-- YAML
278275
added: v8.0.0

0 commit comments

Comments
 (0)