Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 214 Bytes

puppeteer.screenshotoptions.encoding.md

File metadata and controls

15 lines (11 loc) · 214 Bytes
sidebar_label
ScreenshotOptions.encoding

ScreenshotOptions.encoding property

Encoding of the image.

Signature:

interface ScreenshotOptions {
  encoding?: 'base64' | 'binary';
}