← back to v148 · translator-api
conformance · v148
v148 · translator-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.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
translator-exists |
Translator is exposed on the global object. spec ↗ | exists | … | |
translator-create-is-function |
Translator.create is a static function. | script | … | |
translator-availability-is-function |
Translator.availability is a static function that returns availability for a language pair. | script | … | |
translator-translate-method |
Translator.prototype.translate is a method. | script | … | |
translator-translate-streaming-method |
Translator.prototype.translateStreaming returns a streaming result. | script | … |