BrowserScanbrowserscan.hashnode.dev·Nov 23, 2023Browser Fingerprints 101: Client Rects & FontClient Rects Client Rects is a browser API that provides layout information for webpage elements, including the position and size of the elements. This information is referred to as "rectangles" (rects). The reason why Client Rects can become a brows...34 readsClient Rects