Skip to content

Add cross browser support table #3

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

Open
taitems opened this issue Jul 4, 2012 · 1 comment
Open

Add cross browser support table #3

taitems opened this issue Jul 4, 2012 · 1 comment

Comments

@taitems
Copy link
Contributor

taitems commented Jul 4, 2012

Add a table indicating which browser versions support window.onerror and online/offline events.

This can probably be sourced using spoon.net, and posted to caniuse.com when done.

@taitems
Copy link
Contributor Author

taitems commented Jul 5, 2012

Initial tests:

Note, you can help test by running appfail.reporting.runTests(); and checking your console.

Browser             ononline/onoffline      navigator.onLine    JSON        localStorage
----------------------------------------------------------------------------------------------------
IE7                 false                   true
IE8                 false                   true
IE9                 true                    true
Chrome 20           true                    true                true        true
Firefox 13          true                    true                true        true
Opera 11            false                   true                true        true
Safari 5.1.7        true                    true                true        true

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

No branches or pull requests

1 participant