Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support read/write multiple types data from/to clipboard #4929

Closed
ghostoy opened this issue Jun 2, 2016 · 0 comments
Closed

Support read/write multiple types data from/to clipboard #4929

ghostoy opened this issue Jun 2, 2016 · 0 comments
Assignees
Labels

Comments

@ghostoy
Copy link
Member

ghostoy commented Jun 2, 2016

Clipboard supports to put multiple types of data simultaneously, so that other apps can pick the one it can handle. For a usage of this, see #4825.

The new APIs will be compatbile with existings:

  • clip.set(clipboardDataList): clipboardDataList is a list of objects containing type, raw and data as existing API
  • clip.get(clipboardDataList): clipboardDataList is same as clip.set without data property. It returns a list of clipboardData as well.
@ghostoy ghostoy self-assigned this Jun 2, 2016
ghostoy pushed a commit to ghostoy/nw.js that referenced this issue Jun 3, 2016
following new APIs added:
* `clip.set(clipboardDataList)`
* `clip.set(clipboardData)`
* `clip.get(clipboardDataList)`
* `clip.get(clipboardData)`

fixed nwjs#4929
ghostoy pushed a commit to ghostoy/nw.js that referenced this issue Jun 7, 2016
following new APIs added:
* `clip.set(clipboardDataList)`
* `clip.set(clipboardData)`
* `clip.get(clipboardDataList)`
* `clip.get(clipboardData)`

fixed nwjs#4929
@ghostoy ghostoy added the nw13 label Jun 8, 2016
ghostoy pushed a commit to ghostoy/nw.js that referenced this issue Jun 27, 2016
following new APIs added:
* `clip.set(clipboardDataList)`
* `clip.set(clipboardData)`
* `clip.get(clipboardDataList)`
* `clip.get(clipboardData)`

fixed nwjs#4929
ghostoy pushed a commit to ghostoy/nw.js that referenced this issue Jun 28, 2016
following new APIs added:
* `clip.set(clipboardDataList)`
* `clip.set(clipboardData)`
* `clip.get(clipboardDataList)`
* `clip.get(clipboardData)`

fixed nwjs#4929
ghostoy pushed a commit to ghostoy/nw.js that referenced this issue Jun 28, 2016
following new APIs added:
* `clip.set(clipboardDataList)`
* `clip.set(clipboardData)`
* `clip.get(clipboardDataList)`
* `clip.get(clipboardData)`

fixed nwjs#4929
rogerwang pushed a commit that referenced this issue Jun 28, 2016
following new APIs added:
* `clip.set(clipboardDataList)`
* `clip.set(clipboardData)`
* `clip.get(clipboardDataList)`
* `clip.get(clipboardData)`

fixed #4929
ghostoy pushed a commit to ghostoy/nw.js that referenced this issue Jun 29, 2016
following new APIs added:
* `clip.set(clipboardDataList)`
* `clip.set(clipboardData)`
* `clip.get(clipboardDataList)`
* `clip.get(clipboardData)`

fixed nwjs#4929
ghostoy pushed a commit to ghostoy/nw.js that referenced this issue Jun 29, 2016
following new APIs added:
* `clip.set(clipboardDataList)`
* `clip.set(clipboardData)`
* `clip.get(clipboardDataList)`
* `clip.get(clipboardData)`

fixed nwjs#4929
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant