browserify / browserify/vm-browserify
Shouldn't dispose of iframe after run
Open
- 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.