You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Determines whether two strings are equivalent in the current locale.
4050
-
* @param that String to compare to target string
4051
-
* @param locales An array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. This parameter must conform to BCP 47 standards; see the Intl.Collator object for details.
4052
-
* @param options An object that contains one or more properties that specify comparison options. see the Intl.Collator object for details.
* Determines whether two strings are equivalent in the current locale.
4040
+
* Determines whether two strings are equivalent in the current or specified locale.
4058
4041
* @param that String to compare to target string
4059
-
* @param locale Locale tag. If you omit this parameter, the default locale of the JavaScript runtime is used. This parameter must conform to BCP 47 standards; see the Intl.Collator object for details.
4042
+
* @paramlocales A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used. This parameter must conform to BCP 47 standards; see the Intl.Collator object for details.
4060
4043
* @param options An object that contains one or more properties that specify comparison options. see the Intl.Collator object for details.
* Converts a number to a string by using the current or specified locale.
4068
-
* @param locales An array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
4051
+
* @param locales A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
4069
4052
* @param options An object that contains one or more properties that specify comparison options.
* Converts a date and time to a string by using the current or specified locale.
4084
-
* @param locales An array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
4060
+
* @param locales A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
4085
4061
* @param options An object that contains one or more properties that specify comparison options.
* Converts a date to a string by using the current or specified locale.
4090
-
* @param locales An array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
4091
-
* @param options An object that contains one or more properties that specify comparison options.
* Converts a date to a string by using the current or specified locale.
4111
-
* @param locale Locale tag. If you omit this parameter, the default locale of the JavaScript runtime is used.
4066
+
* @paramlocales A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
4112
4067
* @param options An object that contains one or more properties that specify comparison options.
* Converts a time to a string by using the current or specified locale.
4118
-
* @param locale Locale tag. If you omit this parameter, the default locale of the JavaScript runtime is used.
4073
+
* @paramlocales A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
4119
4074
* @param options An object that contains one or more properties that specify comparison options.
0 commit comments