JSValue
The JavaScript evaluation result normalized across native WebView backends.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "scriptObject")
A JavaScript object that cannot be faithfully represented by JSON.
Link copied to clipboard
@Serializable
@SerialName(value = "serializable")
A JavaScript value serialized with JSON.stringify.
Properties
Functions
Link copied to clipboard
Returns this value as a JavaScript boolean primitive, or null when it is not one.
Link copied to clipboard
Returns this value as a JavaScript number primitive, or null when it is not one.
Link copied to clipboard
Returns this value as a JavaScript string primitive, or null when it is not one.