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.
1 parent 34c719b commit f4833ffCopy full SHA for f4833ff
src/node.h
@@ -504,6 +504,9 @@ struct IsolateSettings {
504
// feature during the build step by passing the --disable-shared-readonly-heap
505
// flag to the configure script.
506
//
507
+// The snapshot *must* be kept alive during the execution of the environment /
508
+// isolate that it is derived from.
509
+//
510
// Snapshots are an *experimental* feature. In particular, the embedder API
511
// exposed through this class is subject to change or removal between Node.js
512
// versions, including possible API and ABI breakage.
0 commit comments