JavaScriptExecutionWorld
public class JavaScriptExecutionWorld
This is the encapsulation of a JavaScript execution world in which to inject JavaScript.
Worlds are tied to the WebView they are registered to. Using a world with a WebView that it is not registered to will throw an error. See getExecutionWorld for creating an instance.
Summary
Constants
PAGE_WORLD_NAME
Added in 1.16.0
public static final String PAGE_WORLD_NAME = ""
Name for the default page world.
