From 6588b85ac951cf6ed24d89efdfaf5d5857c8324d Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 24 Jun 2016 15:31:15 -0700 Subject: [PATCH] Mention empty strings --- docs/api/clipboard.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/clipboard.md b/docs/api/clipboard.md index 9ac1170..a8c4605 100644 --- a/docs/api/clipboard.md +++ b/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])` -- 2.7.4