Built-In Namespace _global_
| Field Attributes | Field Name and Description |
|---|---|
|
A sandbox that can be safely passed to a controller
|
|
|
A privileged manager/controller for the sandbox
|
Method Summary
| Method Attributes | Method Name and Description |
|---|---|
|
errorCB
(error)
|
|
|
proxiedCallback
()
|
|
|
throwListenerControllerError
(listener, error)
Throw an error from a listener without blocking other listeners
|
Field Detail
sandbox
A sandbox that can be safely passed to a controller
Defined in: ControllerManager.js.
Defined in: ControllerManager.js.
sandboxController
A privileged manager/controller for the sandbox
Defined in: ControllerManager.js.
Defined in: ControllerManager.js.
Method Detail
-
errorCB(error)
Defined in: WebSQLAdapter.js.- Parameters:
- {Any}error
-
proxiedCallback()
Defined in: LocalStorage.js. -
throwListenerControllerError(listener, error)Throw an error from a listener without blocking other listeners
Defined in: ControllerManager.js.- Parameters:
- {Any}listener
- {Any}error