We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v8.serialize()
1 parent 5500521 commit f5663d9Copy full SHA for f5663d9
doc/api/v8.md
@@ -268,7 +268,9 @@ if (isMainThread) {
268
269
The serialization API provides means of serializing JavaScript values in a way
270
that is compatible with the [HTML structured clone algorithm][].
271
+
272
The format is backward-compatible (i.e. safe to store to disk).
273
+Equal JavaScript values may result in different serialized output.
274
275
### `v8.serialize(value)`
276
<!-- YAML
0 commit comments