📃 April 2011 release notes
New in Chrome
The following features are now available in Chrome:
-
getComputedStyle():
The
getComputedStyle()
global method returns anCSSStyleDeclaration
object that represents all CSS declarations applied to a given element. - Selection: The Selection API controls and modifies user text selections within the page.
- Web Cryptography: The Web Cryptography API performs low-level cryptographic operations, such as encryption, decryption, and signature verification. Also known as the Web Crypto API.