Add experimental

This commit is contained in:
Ryohei Ikegami 2017-04-21 16:26:57 +09:00 committed by Kevin Sawicki
parent 44840ab6cc
commit 6ec344a499

View file

@ -157,7 +157,7 @@ Returns `String` - Reads `format` type from the clipboard.
Returns `Buffer` - 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 * `format` String
* `buffer` Buffer * `buffer` Buffer
@ -173,7 +173,7 @@ Writes the `buffer` as `format` into the clipboard.
* `image` [NativeImage](native-image.md) (optional) * `image` [NativeImage](native-image.md) (optional)
* `rtf` String (optional) * `rtf` String (optional)
* `bookmark` String (optional) - The title of the url at `text`. * `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) * `type` String (optional)
```javascript ```javascript