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