Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle non-existent APIs gracefully #17

Open
lgarron opened this issue May 26, 2016 · 1 comment
Open

Handle non-existent APIs gracefully #17

lgarron opened this issue May 26, 2016 · 1 comment

Comments

@lgarron
Copy link
Collaborator

lgarron commented May 26, 2016

This expands on #13.

Right now, we e.g. call navigator.storage.persist() regardless of whether navigator.storage exists (for almost everyone, it doesn't exist right now). We should surface the absence of an API better.

@KisaragiEffective
Copy link

Old issue, but I would like have this feature. Firefox does not provide some APIs that Chrome provides, such as MIDI and USB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants