File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ executed in specific sandboxes (or "contexts").
2525### new vm.Script(code, options)
2626<!-- YAML
2727added: v0.3.1
28+ changes:
29+ - version: v5.7.0
30+ pr-url: https://github.com/nodejs/node/pull/4777
31+ description: The `cachedData` and `produceCachedData` options are
32+ supported now.
2833-->
2934
3035* ` code ` {string} The JavaScript code to compile.
@@ -60,6 +65,10 @@ each run, just for that run.
6065### script.runInContext(contextifiedSandbox[ , options] )
6166<!-- YAML
6267added: v0.3.1
68+ changes:
69+ - version: v6.3.0
70+ pr-url: https://github.com/nodejs/node/pull/6635
71+ description: The `breakOnSigint` option is supported now.
6372-->
6473
6574* ` contextifiedSandbox ` {Object} A [ contextified] [ ] object as returned by the
You can’t perform that action at this time.
0 commit comments