JavaScript - get the complete list of locales supported by the browser
I've found supportedLocalesOf, but is there a way to get all supported locales, not just check which among a given list are supported?
The '*' tag option described in this 2012 post no longer works.