Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@ghostoy

Description

@ghostoy

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.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions