Enhances the Asynchronous Clipboard API by allowing web applications to specify which MIME types to read from the clipboard, rather than indiscriminately fetching all available formats. This enables applications to request only the necessary clipboard formats, which reduces CPU usage, improves the perceived responsiveness of the API call, and optimizes the browser’s power consumption.
Currently, web applications can read clipboard content through the Async Clipboard API. However, this approach is inefficient as it reads all MIME types from the OS clipboard indiscriminately. This feature introduces a way for applications to read only the required MIME types from the OS clipboard, improving performance and reducing unnecessary data transfer.
None
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
None
No milestones specified