# new Sandbox(coreObj) → {Server.Modules.Sandbox}
This is the Sandbox Module of the Blackrock Application Server. It provides a virtualized environment within which to execute Javascript code that is un-trusted.
Parameters:
Name | Type | Description |
---|---|---|
coreObj |
Server.Modules.Core | The Core Module Singleton |
- Copyright:
- Copyright (c) 2021 Darren Smith
- License:
- Licensed under the LGPL license.
- Source:
Returns:
module - The Sandbox Module Singleton
Extends
Methods
# (static) execute(options, cb)
Tbc...
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
options |
object | Options Object Properties
|
||||||
cb |
function | Callback Function |
- Source:
Example
Tbc...