Synchronous Clipboard API

- WD

API to provide copy, cut and paste events as well as provide access to the OS clipboard.

Chrome

  1. 4 - 12: Not supported
  2. 13 - 42: Partial support
  3. 43 - 57: Partial support
  4. 58 - 121: Partial support
  5. 122: Partial support
  6. 123 - 125: Partial support

Edge

  1. 12 - 16: Partial support
  2. 17 - 18: Partial support
  3. 79 - 121: Partial support
  4. 122: Partial support

Safari

  1. 3.1 - 3.2: Support unknown
  2. 4 - 9.1: Partial support
  3. 10 - 11.1: Partial support
  4. 12 - 17.3: Supported
  5. 17.4: Supported
  6. TP: Supported

Firefox

  1. 2 - 21: Not supported
  2. 22 - 40: Partial support
  3. 41 - 122: Partial support
  4. 123: Partial support
  5. 124 - 126: Partial support

Opera

  1. 9 - 11.6: Not supported
  2. 12: Support unknown
  3. 12.1: Partial support
  4. 15 - 29: Partial support
  5. 30 - 44: Partial support
  6. 45 - 107: Partial support
  7. 108: Partial support

IE

  1. 5.5 - 10: Partial support
  2. 11: Partial support

Chrome for Android

  1. 122: Partial support

Safari on iOS

  1. 3.2 - 4.3: Not supported
  2. 5 - 11.4: Partial support
  3. 12 - 17.3: Supported
  4. 17.4: Supported

Samsung Internet

  1. 4: Partial support
  2. 5 - 6.4: Partial support
  3. 7.2 - 22: Partial support
  4. 23: Partial support

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10 - 12: Not supported
  2. 12.1: Support unknown
  3. 80: Partial support

UC Browser for Android

  1. 15.5: Partial support

Android Browser

  1. 2.1 - 4.3: Not supported
  2. 4.4 - 4.4.4: Partial support
  3. 122: Partial support

Firefox for Android

  1. 123: Partial support

QQ Browser

  1. 14.9: Partial support

Baidu Browser

  1. 13.52: Partial support

KaiOS Browser

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

Internet Explorer will display a security prompt for access to the OS clipboard.

Chrome 42+, Opera 29+ and Firefox 41+ support clipboard reading/writing only when part of a user action (click, keydown, etc).

Resources:
MDN Web Docs - ClipboardEvent
Guide on cross-platform clipboard access