Clipboard API

E555972

The Clipboard API is a modern web platform interface that allows websites to programmatically read from and write to the system clipboard in a secure, permission-controlled way.

All labels observed (2)

Label Occurrences
Clipboard API canonical 4
Async Clipboard API 1

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf Web API ⓘ
Web platform feature ⓘ
availableIn Chromium-based browsers ⓘ
Firefox (with varying support over time) ⓘ
linked to: Mozilla Firefox

Safari (with varying support over time) ⓘ
linked to: Safari

modern browsers ⓘ
category Client-side web technology ⓘ
designedFor asynchronous clipboard access ⓘ
designGoal improve security of clipboard access ⓘ
provide explicit user control over clipboard access ⓘ
provide richer clipboard formats ⓘ
support asynchronous operations ⓘ
exposesInterface Clipboard ⓘ
ClipboardItem ⓘ
navigator.clipboard ⓘ
method ClipboardItem ⓘ
navigator.clipboard.read ⓘ
navigator.clipboard.readText ⓘ
navigator.clipboard.write ⓘ
navigator.clipboard.writeText ⓘ
partOf HTML Living Standard ecosystem ⓘ
Web Platform ⓘ
linked to: Open Web Platform
permissionName clipboard-read ⓘ
clipboard-write ⓘ
relatedTo Async Clipboard API ⓘ
linked to: Clipboard API

Permissions API ⓘ
document.execCommand API ⓘ
replaces document.execCommand('copy') ⓘ
document.execCommand('paste') ⓘ
requires HTTPS ⓘ
secure context ⓘ
returns Promise ⓘ
securityModel permission-based ⓘ
user-gesture requirement for some read operations ⓘ
user-gesture requirement for write ⓘ
standardizedBy WHATWG ⓘ
supportsDataType custom MIME types ⓘ
image/png ⓘ
text/html ⓘ
text/plain ⓘ
supportsOperation read arbitrary clipboard data ⓘ
read from system clipboard ⓘ
readText ⓘ
write arbitrary clipboard data ⓘ
write to system clipboard ⓘ
writeText ⓘ
useCase building web-based editors ⓘ
copy and paste images ⓘ
copy and paste rich text ⓘ
copy and paste text ⓘ
integrating with native clipboard workflows ⓘ

How these facts were elicited

Referenced by (5)

Full triples — surface form annotated when it differs from this entity's canonical label.

Web APIs → example → Clipboard API ⓘ
Open Web Platform → hasComponent → Clipboard API ⓘ
Clipboard API → relatedTo → Async Clipboard API ⓘ
linked to: Clipboard API