Thank you. I've just made a Chromestatus entry: https://www.chromestatus.com/features#getCanonicalLocales
On Thursday, August 18, 2016 at 10:22:18 AM UTC-7, Adam Klein wrote: > > LGTM > > Please do make a Chromestatus entry. > > On Tue, Aug 16, 2016 at 10:10 AM, <[email protected] <javascript:>> > wrote: > >> Intl.getCanonicalLocales [1] is a part of ECMAScript 2016 >> Internationalization API >> >> Specification. It exposes an existing internal method to canonicalize the >> >> locale list and returns the result in an array. >> >> >> Firefox shipped it in version 48 [2]. >> >> >> This is a trivial change [3] and the performance impact should be minimal >> if any. >> >> (I'm fast-tracking this to ship because it's so trivial that implementing >> it >> >> behind a flag seems to be an overkill.) >> >> >> Owner: [email protected] <javascript:> >> >> Chromestatus: Not created. Will make one if necessary. >> >> >> [1] >> http://www.ecma-international.org/ecma-402/3.0/#sec-intl.getcanonicallocales >> >> [2] >> https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales >> >> [3] https://codereview.chromium.org/2239523002/ >> >> -- >> -- >> v8-users mailing list >> [email protected] <javascript:> >> http://groups.google.com/group/v8-users >> --- >> You received this message because you are subscribed to the Google Groups >> "v8-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
