Graphorin API reference v0.13.8
Graphorin API reference / @graphorin/security / / IsolatedVMIsolate
Interface: IsolatedVMIsolate
Defined in: packages/security/src/sandbox/isolated-vm.ts:48
Stable
Structural view of an isolated-vm Isolate instance.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
compileScript | readonly | (source) => Promise<IsolatedVMScript> | packages/security/src/sandbox/isolated-vm.ts:50 |
createContext | readonly | () => Promise<IsolatedVMContext> | packages/security/src/sandbox/isolated-vm.ts:49 |
dispose | readonly | () => void | packages/security/src/sandbox/isolated-vm.ts:51 |