Class: this.Sandboxes

evaluate.this.Sandboxes(windowFn)

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.

Constructor

new this.Sandboxes(windowFn)

Parameters:
Name Type Description
windowFn function

A function that returns the references to the current Window object.

Source: