mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
671fa546f1
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
946 B
946 B
sidebar_label |
---|
CDPSessionOnMessageObject |
CDPSessionOnMessageObject interface
Signature:
export interface CDPSessionOnMessageObject
Properties
Property | Modifiers | Type | Description | Default |
---|---|---|---|---|
error | { message: string; data: any; code: number; } | |||
id | optional |
number | ||
method | string | |||
params | Record<string, unknown> | |||
result | optional |
any |