← back to v140 · get-installed-related-apps-api
conformance · v140
v140 · get-installed-related-apps-api — conformance probe
7 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
7
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
navigator-method-exists |
navigator.getInstalledRelatedApps is exposed as the entry point for querying installed related applications. spec ↗ | typeof | … | |
navigator-prototype-method-exists |
Navigator.prototype includes getInstalledRelatedApps so every Navigator instance shares the API. spec ↗ | script | … | |
method-has-zero-required-arguments |
getInstalledRelatedApps takes no required arguments. spec ↗ | script | … | |
call-returns-promise |
Calling getInstalledRelatedApps returns a Promise. spec ↗ | script | … | |
call-resolves-array |
The API resolves to an array; a generic origin without verified related apps should resolve to an empty array. spec ↗ | script | … | |
result-entries-have-platform |
Any returned related application records include a string platform identifier. spec ↗ | script | … | |
result-entry-optional-fields-are-strings |
When a related application record includes id, url, or version, those fields are strings. spec ↗ | script | … |