diff --git a/doc/api/v8.md b/doc/api/v8.md index 399cb1e82adf12..61ccbd8b9aa0f1 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -1021,6 +1021,8 @@ get serialized into a snapshot and exit. This can be used to release resources that should not or cannot be serialized or to convert user data into a form more suitable for serialization. +Callbacks are run in the order in which they are added. + ### `v8.startupSnapshot.addDeserializeCallback(callback[, data])`