Skip to main content
Version: 15.3.0

ScreenshotOptions.encoding property

Encoding of the image.

Signature:

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