Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 281 Bytes

puppeteer.connectoptions.headers.md

File metadata and controls

19 lines (13 loc) · 281 Bytes
sidebar_label
ConnectOptions.headers

ConnectOptions.headers property

Headers to use for the web socket connection.

Signature:

interface ConnectOptions {
  headers?: Record<string, string>;
}

Remarks

Only works in the Node.js environment.