read/writeBookmark is not implemented on Linux
This commit is contained in:
parent
9479536bb8
commit
f90ef12814
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue