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

Inspecting elements on IE8 #14

Open
rauchg opened this issue Feb 18, 2014 · 3 comments
Open

Inspecting elements on IE8 #14

rauchg opened this issue Feb 18, 2014 · 3 comments

Comments

@rauchg
Copy link
Contributor

rauchg commented Feb 18, 2014

Like window:

ie8 › window
TypeError: Object doesn't support this property or method
@TooTallNate
Copy link
Contributor

found the for (var i in navigator.mimeTypes) is one source of an unexpected error being thrown. We might need to include our own version of object-keys that adds additional try/catch clauses around some of these calls.

@rauchg
Copy link
Contributor Author

rauchg commented Feb 18, 2014

@TooTallNate that sounds like a good solution to me

@rauchg
Copy link
Contributor Author

rauchg commented Feb 18, 2014

object-keys-safe

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

2 participants