Skip to content

Clipboard Change Event API #227

@ragoulik

Description

@ragoulik

We are looking to implement the Clipboard Change Event API and spec for clipboardchange event exists today, link
However, important details are missing and there is a need for calling out details explicitly to ensure spec is not open to interpretation.

Logging this issue to introduce the Clipboard change event API and call out the issues that need to be addressed.

Description:
The clipboardchange event fires whenever the system clipboard contents are changed. This allows web-apps like remote desktop clients to be notified and respond to changes to the system clipboard. It provides an efficient alternative to polling the clipboard for changes.

Explainer: Clipboard change event explainer

Issues that needs to be addressed:

  1. Callout clipboadData (DataTransfer object) would be null in clipboardChange event object
  2. Callout clipboard-read permission is required to listen to clipboardchange
  3. Callout transient user activation should be applied for focus requirement.
  4. Callout details for cross-origin iframes and fencedframes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions