openImageDataUrlInNewWindow Function

Beta

Open an image specified as a data URL in a new window/tab. Works around differences between browsers and Electron.

openImageDataUrlInNewWindow(url: string, title?: string): void

Parameter Type Description
url string The base64-encoded image URL.
title string An optional title to apply to the new window.

Defined in

Last Updated: 08 January, 2020