WICG / get-installed-related-apps

proposal to add an API to the web for determining if related apps are installed
http://wicg.github.io/get-installed-related-apps/spec/
Other
42 stars 14 forks source link

What errors can the getInstalledRelatedApps() method return? #38

Open FluorescentHallucinogen opened 7 months ago

FluorescentHallucinogen commented 7 months ago

From the spec:

If relevantBrowsingContext is not a top-level browsing context, then return a promise rejected with an InvalidStateError DOMException.

Anything else that might cause an error when running the method?