browserify / browserify/vm-browserify

Shouldn't dispose of iframe after run

Open
#6 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
205
Forks
41
PR merge metrics
No merged PRs in 30d

Description

In node vm:

``` javascript
var c = vm.createContext({});
vm.runInContext('Array.foo = 1', c);
assert(1 === vm.runInContext('Array.foo'));
```

And that's not the case in this module because it disposes of iframe (real context) after each run.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.