Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index 297401847ba..32139ab4518 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -856,7 +856,7 @@ occur synchronously in the case of `Promise.resolve()` or `Promise.reject()`.
## Startup Snapshot API
<!-- YAML
-added: REPLACEME
+added: v16.17.0
-->
> Stability: 1 - Experimental
@@ -927,7 +927,7 @@ snapshot cannot use these APIs again.
### `v8.startupSnapshot.addSerializeCallback(callback[, data])`
<!-- YAML
-added: REPLACEME
+added: v16.17.0
-->
* `callback` {Function} Callback to be invoked before serialization.
@@ -942,7 +942,7 @@ into a form more suitable for serialization.
### `v8.startupSnapshot.addDeserializeCallback(callback[, data])`
<!-- YAML
-added: REPLACEME
+added: v16.17.0
-->
* `callback` {Function} Callback to be invoked after the snapshot is
@@ -959,7 +959,7 @@ when the application is restarted from the snapshot.
### `v8.startupSnapshot.setDeserializeMainFunction(callback[, data])`
<!-- YAML
-added: REPLACEME
+added: v16.17.0
-->
* `callback` {Function} Callback to be invoked as the entry point after the
@@ -977,7 +977,7 @@ needs to be provided to the deserialized application.
### `v8.startupSnapshot.isBuildingSnapshot()`
<!-- YAML
-added: REPLACEME
+added: v16.17.0
-->
* Returns: {boolean}