← back to v138 · language-detector-api

conformance · v138

v138 · language-detector-api — conformance probe

5 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-01T09:36:00Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
5
total
id contract kind verdict detail
language-detector-exposed LanguageDetector global is exposed. spec ↗ exists
language-detector-availability-static LanguageDetector.availability() is a static function returning a Promise<string>. spec ↗ script
language-detector-create-static LanguageDetector.create() returns a Promise<LanguageDetector>. spec ↗ script
language-detector-detect-instance-method LanguageDetector instances expose a detect() method returning an array of detection results with confidence levels. spec ↗ script
availability-resolves-to-known-token LanguageDetector.availability() resolves to one of 'available' | 'downloadable' | 'downloading' | 'unavailable'. spec ↗ script