mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
878 B
878 B
Home > puppeteer > Protocol > Runtime > CallFunctionOnResponse
Protocol.Runtime.CallFunctionOnResponse interface
Signature:
export interface CallFunctionOnResponse
Properties
Property | Type | Description |
---|---|---|
exceptionDetails | ExceptionDetails | Exception details. |
result | RemoteObject | Call result. |