Closed dphiffer closed 5 months ago
Adds a new headers option and bumps the version to 3.1.0.
headers
const result = await collect(`https://themarkup.org`, { numPages: 1, headless: false, headers: { "Sec-GPC": "1" } });
Adds a new
headers
option and bumps the version to 3.1.0.