← back to v141 · proofreader-api
conformance · v141
v141 · proofreader-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 |
|---|---|---|---|---|
proofreader-global |
Proofreader is exposed on the global as a named constructor/factory. | script | … | |
proofreader-create-static |
Proofreader.create is a static factory returning a Promise<Proofreader>. | script | … | |
proofreader-availability-static |
Proofreader.availability is a static method returning a Promise<AIAvailability>. | script | … | |
proofreader-instance-proofread |
Proofreader.prototype.proofread is the instance method that runs the model on input text. | script | … | |
proofreader-destroy |
Proofreader.prototype.destroy is exposed for releasing model resources per the spec. | script | … | |
exposed-in-workers |
Worker / WorkerGlobalScope is defined; the Proofreader spec exposes itself in Window and Worker scopes. | exists | … |