mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
read/writeBookmark is not implemented on Linux
This commit is contained in:
@@ -75,13 +75,13 @@ Returns the content in the clipboard as RTF.
|
||||
|
||||
Writes the `text` into the clipboard in RTF.
|
||||
|
||||
### `clipboard.readBookmark()`
|
||||
### `clipboard.readBookmark()` _macOS_ _Windows_
|
||||
|
||||
Returns an Object containing `title` and `url` keys representing the bookmark in
|
||||
the clipboard. The `title` and `url` values will be empty strings when the
|
||||
bookmark is unavailable.
|
||||
|
||||
### `clipboard.writeBookmark(title, url[, type])`
|
||||
### `clipboard.writeBookmark(title, url[, type])` _macOS_ _Windows_
|
||||
|
||||
* `title` String
|
||||
* `url` String
|
||||
|
||||
Reference in New Issue
Block a user