Package-level declarations

This package provides classes that allow you to work with the JavaScript to Java bridge.

This package provides classes that allow you to work with the JavaScript to Java bridge.

Types

Link copied to clipboard
interface ConsoleMessage
interface ConsoleMessage
A JavaScript console message.
Link copied to clipboard
This annotation allows exposing methods and fields of an injected Java object to JavaScript.
Link copied to clipboard
A registry of types that are accessible from JavaScript.
Link copied to clipboard
interface JsArray : JsObject
interface JsArray : JsObject
A JavaScript array.
Link copied to clipboard
A JavaScript array buffer.
Link copied to clipboard
Thrown when an exception is raised in JavaScript.
Link copied to clipboard
interface JsFunction : JsObject
interface JsFunction : JsObject
Represents a JavaScript function that can be passed between Java and JavaScript as a method argument or a return value.
Link copied to clipboard
Represents a Java function that can be invoked from JavaScript.
Link copied to clipboard
interface JsMap : JsObject
interface JsMap : JsObject
A JavaScript map.
Link copied to clipboard
interface JsObject
interface JsObject
A JavaScript object.
Link copied to clipboard
interface Json
interface Json
A helper class that allows converting JavaScript objects into a JSON string and creating JavaScript objects from a JSON string.
Link copied to clipboard
A JavaScript Promise.
Link copied to clipboard
Link copied to clipboard
interface JsSet : JsObject
interface JsSet : JsObject
A JavaScript set.
Link copied to clipboard
Thrown by JsAccessibleTypes methods to indicate that the type (an instance of Class) is an enum or an annotation.
Link copied to clipboard
Thrown by JsAccessibleTypes methods to indicate that the type is not public.