mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
sidebar_label
| sidebar_label |
|---|
| CDPSessionOnMessageObject |
CDPSessionOnMessageObject interface
Signature:
export interface CDPSessionOnMessageObject
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| error | { message: string; data: any; code: number; } | ||
| id? | number | (Optional) | |
| method | string | ||
| params | Record<string, unknown> | ||
| result? | any | (Optional) |