[Webkit-unassigned] [Bug 202136] New: Feature Request: Implement the Clipboard API and related events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 23 23:50:07 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=202136
Bug ID: 202136
Summary: Feature Request: Implement the Clipboard API and
related events
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: tomac at google.com
Clipboard API and events (https://w3c.github.io/clipboard-apis/) describes APIs for accessing data on the system clipboard. It provides operations for overriding the default clipboard actions (cut, copy and paste), and for directly accessing the clipboard contents.
There are text convenience methods `readText()` (https://w3c.github.io/clipboard-apis/#dom-clipboard-readtext) and `writeText()` (https://w3c.github.io/clipboard-apis/#dom-clipboard-writetext) that are hopefully non-controversial, and more advanced features that eventually provide raw clipboard access. It would be nice if WebKit could add at least the textual methods as their usage is growing: https://chromestatus.com/metrics/feature/timeline/popularity/2372.
Related reading: https://developers.google.com/web/updates/2018/03/clipboardapi and https://developers.google.com/web/updates/2019/07/image-support-for-async-clipboard.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190924/b57036e8/attachment.html>
More information about the webkit-unassigned
mailing list