Skip to content

ElectronClipboard.readBuffer method

ElectronClipboard › readBuffer

Unofficial

Reads the clipboard content as a buffer.

Signature:

readBuffer(format: string): Buffer

Parameters:

Parameter Type Description
format string The format to read.

Returns: BufferThe clipboard buffer.