Constructor
new this.Sandboxes(windowFn)
Parameters:
| Name | Type | Description | 
|---|---|---|
windowFn | 
            
            function | A function that returns the references to the current Window object.  | 
        
- Source:
 
Sandbox storage. When the user requests a sandbox by a specific name, if one exists in the storage this will be used as long as its window reference is still valid.
| Name | Type | Description | 
|---|---|---|
windowFn | 
            
            function | A function that returns the references to the current Window object.  |