We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i visit webintents.org/list.html i don't see all the info i would expect to see.
Intents
Clear all http://webintents.org/edit
which is the info i can see by querying localStorage - or at least:
Clear all
so an incomplete list, with no further details.
in chrome inspector i see this error, which might be the cause:
Uncaught TypeError: Cannot read property '0' of undefined
The text was updated successfully, but these errors were encountered:
First round of fixes for the list of installed apps #138
fb59acc
No branches or pull requests
when i visit webintents.org/list.html i don't see all the info i would expect to see.
i would expect to see:
Intents
Clear all
http://webintents.org/edit
http://webintents.org/pick
* ...
which is the info i can see by querying localStorage - or at least:
Intents
Clear all
http://webintents.org/edit
http://webintents.org/pick
which would be a complete list at least of the intents for which one or more handlers are registered. but instead, i'm seeing:
Intents
Clear all
http://webintents.org/pick
so an incomplete list, with no further details.
in chrome inspector i see this error, which might be the cause:
Uncaught TypeError: Cannot read property '0' of undefined
The text was updated successfully, but these errors were encountered: