← back to v148 · language-detector-api

conformance · v148

v148 · language-detector-api — conformance probe

9 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://webmachinelearning.github.io/translation-api/#language-detector-api chromestatus: #6494349985841152 generated 2026-06-06T19:29:30Z by codex-v148-language-detector-goal
0
pass
0
fail
0
blocked
9
total
id contract kind verdict detail
language-detector-exists LanguageDetector is exposed on the global object. spec ↗ exists
language-detector-availability-is-static-function LanguageDetector.availability is a static method. script
language-detector-create-is-static-function LanguageDetector.create is a static method. script
language-detector-availability-current-states LanguageDetector.availability() resolves to a current model-readiness state. spec ↗ script
language-detector-detect-on-prototype LanguageDetector.prototype.detect is a method that returns a Promise of results. script
language-detector-measure-input-usage-on-prototype LanguageDetector.prototype.measureInputUsage is exposed for quota-aware input measurement. spec ↗ script
language-detector-input-quota-on-prototype LanguageDetector exposes the inputQuota attribute. spec ↗ script
language-detector-expected-input-languages-on-prototype LanguageDetector exposes expectedInputLanguages from creation options. spec ↗ script
language-detector-destroy-on-prototype LanguageDetector includes DestroyableModel and therefore exposes destroy(). spec ↗ script