Call Function On Response
data class CallFunctionOnResponse(result: RemoteObject, exceptionDetails: ExceptionDetails?)
Content copied to clipboard
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.
See also
Constructors
CallFunctionOnResponse
Link copied to clipboard
fun CallFunctionOnResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard