We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5da31 commit bdd5e3aCopy full SHA for bdd5e3a
externs/browser/intl.js
@@ -602,3 +602,10 @@ Intl.Locale.prototype.minimize = function() {};
602
* @return {!Intl.UnicodeBCP47LocaleIdentifier}
603
*/
604
Intl.Locale.prototype.toString = function() {};
605
+
606
+/**
607
+ * @param {(string|!Array<string>)=} locale
608
+ * @return {!Array<string>}
609
+ * @see https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales
610
+ */
611
+Intl.getCanonicalLocales = function(locale) {};
0 commit comments