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