ElectronClipboard.readBuffer method
ElectronClipboard › readBuffer
Unofficial
Reads the clipboard content as a buffer.Signature:
readBuffer(format: string): BufferParameters:
| Parameter | Type | Description |
|---|---|---|
| format | string | The format to read. |
Returns: Buffer — The clipboard buffer.