JavaScriptWorld
#include <bb/cascades/JavaScriptWorld>
The Execution Environment in which calls to evaluateJavaScript should run.
See:
bb::cascades::WebView::evaluateJavaScript(const QString& script, bb::cascades::JavaScriptWorld::Type world = bb::cascades::JavaScriptWorld::Normal);
Since:
BlackBerry 10.0.0
Public Types
The Execution Environment in which calls to evaluateJavaScript should run.
Since:
BlackBerry 10.0.0
- Normal
The world shared with scripts and data included by the page.
- Isolated
Another world which is isolated from the normal world.