Intl Locale Info API is a new Stage ECMAScript TC39 proposal to enhance the Intl.Locale object by exposing Locale information, such as week data (first day in a week, weekend start day, weekend end day, minimun day in the first week), and text direction hour cycle used in the locale. https://github.com/tc39/proposal-intl-locale-info
Low- Intl.Locale object is already pre-exist in ECMA402 and implemented by Mozilla. This launch adds 7 get methods on the object.
Low risk. Intl.Locale is already in ECMA402, adding new methods should be easy to discover.
Low risk. Intl.Locale is already in ECMA402, adding new methods should be easy to use.
Thew newly added method are getter only. Low risk for security.
None
None