← back to v131 · deprecate-getters-of-intl-locale-info

conformance · v131

v131 · deprecate-getters-of-intl-locale-info — conformance probe

10 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://tc39.es/proposal-intl-locale-info/ chromestatus: #5148228059398144 generated 2026-06-06T07:10:21Z by codex-chrome-devtools-mcp
0
pass
0
fail
0
blocked
10
total
id contract kind verdict detail
intl-locale-exists Intl.Locale is exposed as a constructor. typeof
getcalendars-method Intl.Locale.prototype.getCalendars() is the standardised method-form replacement for the deprecated 'calendars' getter. spec ↗ typeof
gethourcycles-method Intl.Locale.prototype.getHourCycles() is exposed as the method-form replacement for the hourCycles getter. typeof
getcollations-method Intl.Locale.prototype.getCollations() is exposed as the method-form replacement for the collations getter. spec ↗ typeof
getnumberingsystems-method Intl.Locale.prototype.getNumberingSystems() is exposed as the method-form replacement. typeof
gettextinfo-method Intl.Locale.prototype.getTextInfo() is exposed as the method-form replacement for textInfo. typeof
getweekinfo-method Intl.Locale.prototype.getWeekInfo() is exposed as the method-form replacement for weekInfo. typeof
gettimezones-method Intl.Locale.prototype.getTimeZones() is exposed as the method-form replacement for the timeZones getter. spec ↗ typeof
no-getcurrencies-method The Intl.Locale info proposal does not define Intl.Locale.prototype.getCurrencies(). spec ↗ script
getcalendars-returns-array new Intl.Locale('en').getCalendars() returns an Array. script