Where is the "generic" param to Intl.Collator() defined?
I see that the get() function accepts options.useCollator, but there probably should be a param to the script initialization of whether to use Intl at all (not using it means not to try calling Intl at all).
Where is the "generic" param to Intl.Collator() defined? I see that the get() function accepts options.useCollator, but there probably should be a param to the script initialization of whether to use Intl at all (not using it means not to try calling Intl at all).