The getNumberingSystems()
method of Intl.Locale
instances returns a list of one or more unique numbering system identifiers for this locale.
Note: In some versions of some browsers, this method was implemented as an accessor property called numberingSystems
. However, because it returns a new array on each access, it is now implemented as a method to prevent the situation of locale.numberingSystems === locale.numberingSystems
returning false
. Check the browser compatibility table for details.