conformance · v148
v148 · prompt-api — conformance probe
6 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
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
language-model-exists |
LanguageModel is exposed on the global object. spec ↗ | exists | … | |
language-model-availability |
LanguageModel.availability is a static function. | script | … | |
language-model-create |
LanguageModel.create is a static function returning a Promise. | script | … | |
language-model-prompt-method |
LanguageModel.prototype.prompt is a method. | script | … | |
language-model-prompt-streaming |
LanguageModel.prototype.promptStreaming returns a ReadableStream-compatible result. | script | … | |
language-model-params-static |
LanguageModel.params static method exists for default/limit discovery. | script | … |