Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 239 Bytes

puppeteer.connectoptions.headers.md

File metadata and controls

17 lines (12 loc) · 239 Bytes
sidebar_label
ConnectOptions.headers

ConnectOptions.headers property

Signature:

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

Remarks

NOTE Works only in Node.js environment.