browser-repl
browser-repl copied to clipboard
Inspecting elements on IE8
Like window:
ie8 › window
TypeError: Object doesn't support this property or method
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.
@TooTallNate that sounds like a good solution to me
object-keys-safe