Skip to main content
Version: 18.2.1

ScreenshotOptions.encoding property

Encoding of the image.

Signature:

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