BASELINE NowYouCanUse.com
Widely Available Strings
id: string-normalize

String normalize()

The normalize() method of strings returns a Unicode normal form of a string as a new string. More than one code point sequence can represent the same characters. You can use the normalize() method to find canonically or compatibly equivalent strings.
Baseline Status: Achieved Widely Available on Mar 20, 2019 (Cross-browser Newly Available since Sep 20, 2016).
Desktop Browser Engine Support
Google Chrome
34
Supported
Mozilla Firefox
31
Supported
Apple Safari
10
Supported
Microsoft Edge
12
Supported
Mobile Browser Engine Support
Chrome Android
34
Firefox Android
31
Safari iOS
10
Specifications and References