Browse Source

Mention empty strings

Kevin Sawicki 8 years ago
parent
commit
6588b85ac9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/api/clipboard.md

+ 2 - 1
docs/api/clipboard.md

@@ -78,7 +78,8 @@ Writes the `text` into the clipboard in RTF.
 ### `clipboard.readBookmark()`
 
 Returns an Object containing `title` and `url` string keys representing the
-bookmark in clipboard.
+bookmark in the clipboard. The `title` and `url` values will be empty strings
+when the bookmark is unavailable.
 
 ### `clipboard.writeBookmark(title, url[, type])`