Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.22 KB

puppeteer.cdpsessiononmessageobject.md

File metadata and controls

21 lines (16 loc) · 1.22 KB
sidebar_label
CDPSessionOnMessageObject

CDPSessionOnMessageObject interface

Signature:

export interface CDPSessionOnMessageObject

Properties

Property Modifiers Type Description Default
error { message: string; data: any; code: number; }
id? number (Optional)
method string
params Record<string, unknown>
result? any (Optional)