From 6ec344a499656815ab7cd3af49c23a537cd6a6da Mon Sep 17 00:00:00 2001 From: Ryohei Ikegami Date: Fri, 21 Apr 2017 16:26:57 +0900 Subject: [PATCH] Add experimental --- docs/api/clipboard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/clipboard.md b/docs/api/clipboard.md index c76ab0a95902..75f6c381de81 100644 --- a/docs/api/clipboard.md +++ b/docs/api/clipboard.md @@ -157,7 +157,7 @@ Returns `String` - Reads `format` type from the clipboard. Returns `Buffer` - Reads `format` type from the clipboard. -### `clipboard.writeBuffer(format, buffer[, type])` +### `clipboard.writeBuffer(format, buffer[, type])` _Experimental_ * `format` String * `buffer` Buffer @@ -173,7 +173,7 @@ Writes the `buffer` as `format` into the clipboard. * `image` [NativeImage](native-image.md) (optional) * `rtf` String (optional) * `bookmark` String (optional) - The title of the url at `text`. - * `buffer` {[format: String]: Buffer} (optional) - The buffers for each format you want to write + * `buffer` {[format: String]: Buffer} (optional) _Experimental_ - The buffers for each format you want to write * `type` String (optional) ```javascript