Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.88 KB

puppeteer.connection.md

File metadata and controls

44 lines (33 loc) · 1.88 KB

Home > puppeteer > Connection

Connection class

Signature:

export declare class Connection extends EventEmitter 

Constructors

Constructor Modifiers Description
(constructor)(url, transport, delay) Constructs a new instance of the Connection class

Properties

Property Modifiers Type Description
_callbacks Map<number, ConnectionCallback>
_closed boolean
_delay number
_lastId number
_sessions Map<string, CDPSession>
_transport ConnectionTransport
_url string

Methods

Method Modifiers Description
_onClose()
_onMessage(message)
_rawSend(message)
createSession(targetInfo)
dispose()
fromSession(session) static
send(method, params)
session(sessionId)
url()