Skip to content

Instantly share code, notes, and snippets.

@NV
Created February 22, 2010 19:53
Show Gist options
  • Select an option

  • Save NV/311421 to your computer and use it in GitHub Desktop.

Select an option

Save NV/311421 to your computer and use it in GitHub Desktop.
DOM navigator.mimeTypes WTF
navigator.mimeTypes[0] == navigator.mimeTypes[0]
// Firefox: true
// Opera, Safari, Google Chrome: false
typeof navigator.mimeTypes[0] // 'object' in all tested browsers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment