pl.wendigo.chrome.api.runtime / CallFunctionOnResponse

CallFunctionOnResponse

data class CallFunctionOnResponse (source)

Represents response frame that is returned from Runtime#callFunctionOn operation call. Calls function with given declaration on the given object. Object group of the result is inherited from the target object.

Link
Runtime#callFunctionOn method documentation.

See Also

RuntimeOperations.callFunctionOn

Constructors

<init>

CallFunctionOnResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)

Represents response frame that is returned from Runtime#callFunctionOn operation call. Calls function with given declaration on the given object. Object group of the result is inherited from the target object.

Properties

exceptionDetails

val exceptionDetails: ExceptionDetails?

Exception details.

result

val result: RemoteObject

Call result.