Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Runtime.CallFunctionOnResponse
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { CallFunctionOnResponse } = default.Runtime;

Properties

result: RemoteObject

Call result.

optional
exceptionDetails: ExceptionDetails

Exception details.