Chrome and Edge now handle copy and paste faster with selective clipboard reading

news
Chrome and Edge now handle copy and paste faster with selective clipboard reading

Google Chrome and Microsoft Edge have gained a small but useful performance improvement that should make copy and paste actions faster in web apps. The change is called Selective format read, and it improves how both browsers handle clipboard data when you paste content into a website.

The feature is available in version 149 of Chrome and Edge, and it is enabled by default. That means you do not need to turn on a setting, install an extension, or wait for websites to update their own code. The improvement works automatically across sites.

The issue comes from how browsers used to read clipboard content. When you copied something, the clipboard could include several versions of the same content, such as plain text, formatted HTML, images, and other data types. Previously, the browser could load all of that information when a web app only needed one part of it. For example, a note taking app might only need plain text, but the browser could still process richer data formats in the background.

That extra work could waste memory and slow down pasting, especially when the clipboard held complex content such as large formatted text, images, tables, or material copied from productivity apps.

Selective format read lets websites request only the clipboard data they need

With Selective format read, the browser first checks what types of data are available in the clipboard. The web app can then ask only for the specific format it needs instead of forcing the browser to load everything at once.

Before Selective format readAfter Selective format read
Browser could load all clipboard formatsBrowser checks available formats first
More memory could be used unnecessarilyOnly required data is requested
Pasting could feel slower in web appsPasting should be faster and lighter
Websites could receive more clipboard handling overheadWeb apps get a cleaner clipboard workflow
No visible user control neededWorks automatically in Chrome and Edge 149

The result should be smoother performance when pasting into browser based apps. This matters more today because many people do serious work inside the browser, including writing documents, editing spreadsheets, managing projects, building websites, chatting with teams, and using online design or productivity tools.

A simple paste action can involve more data than it appears. Copying from a word processor, email client, spreadsheet, webpage, or image editor may place multiple formats into the clipboard at the same time. That allows different apps to choose the best version of the content, but it can also create unnecessary processing if the browser reads formats that are not needed.

Selective format read makes that process more efficient. If a website only needs plain text, it can request plain text. If it needs HTML formatting, it can request that instead. If it does not need image data, the browser does not have to load it just because it exists in the clipboard.

For everyday users, the change may feel subtle rather than dramatic. You may simply notice fewer delays when pasting into certain web apps, especially when copying large or complex content. On lower memory systems, the improvement could be more noticeable because avoiding unnecessary clipboard data can reduce overhead.

The feature is also useful because it does not require developer action. Website owners do not need to rewrite their apps to benefit from it. Since Chrome and Edge 149 enable it by default, the browser handles the improvement in the background.

This is not a flashy update, but it is the kind of browser change that can improve daily workflow. Copy and paste is one of the most common actions on any computer, and even small delays can become annoying when repeated across a workday.

Chrome and Edge 149 now make that process smarter. Instead of treating every paste action as if all clipboard formats are needed, the browser can focus only on what the web app actually asks for. For users, that means a faster and more efficient clipboard experience without changing how they work.

Discover: News

Discussion (0)

Be the first to comment.