// Test all Intl service constructors. for (let intlConstructor of intlConstructors) { // Retrieve all available locales of the given Intl service constructor.
let available = getAvailableLocalesOf(intlConstructor.name);
// All available locales must be reported as supported.
let supported = intlConstructor.supportedLocalesOf(available);
assertEqArray(supported, available);
}
if (typeof reportCompare === "function")
reportCompare(true, true);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.