Asynchronous Clipboard API

- WD

A modern, asynchronous Clipboard API based on Promises

Chrome

  1. 4 - 65: Not supported
  2. 66 - 146: Supported
  3. 147: Supported
  4. 148 - 150: Supported

Edge

  1. 12 - 18: Not supported
  2. 79 - 145: Supported
  3. 146: Supported

Safari

  1. 3.1 - 13: Not supported
  2. 13.1 - 26.3: Supported
  3. 26.4: Supported
  4. 26.5 - TP: Supported

Firefox

  1. 2 - 62: Not supported
  2. 63 - 124: Partial support
  3. 125 - 148: Supported
  4. 149: Supported
  5. 150 - 152: Supported

Opera

  1. 9 - 52: Not supported
  2. 53 - 126: Supported
  3. 127: Supported

IE

  1. 5.5 - 10: Not supported
  2. 11: Not supported

Chrome for Android

  1. 147: Supported

Safari on iOS

  1. 3.2 - 13.7: Not supported
  2. 14 - 26.3: Supported
  3. 26.4: Supported
  4. 26.5: Supported

Samsung Internet

  1. 4 - 8.2: Not supported
  2. 9.2 - 24: Partial support
  3. 25 - 28: Supported
  4. 29: Supported

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10 - 12.1: Not supported
  2. 80: Supported

UC Browser for Android

  1. 15.5: Supported

Android Browser

  1. 2.1 - 4.4.4: Not supported
  2. 147: Partial support

Firefox for Android

  1. 149: Supported

QQ Browser

  1. 14.9: Supported

Baidu Browser

  1. 13.52: Supported

KaiOS Browser

  1. 2.5: Not supported
  2. 3: Partial support

Browsers differ on how they handle the security considerations for clipboard operations:

Chromium browsers require the clipboard-write permission to be granted before allowing clipboard reading & writing.

Safari browsers will display a "Paste" option for users to select first before reading the clipboard.

Resources:
Firefox implementation bug
MDN Web Docs - Clipboard API
W3C Async Clipboard Explainer
Unlocking Clipboard Access