This repository has been archived by the owner on Jan 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Firefox 34 is not recognized #79
Comments
@NyanKiyoshi Which OS is this? Can you open the console, copy this in... document.createElement('video').canPlayType('video/webm; codecs="vp8, vorbis"') ...and paste the results here? |
@imakewebthings I'm on ArchLinux I see... I don't allow videos, this is why the script generated this error because of blocked webm. "media.webm.enabled = false". |
Gotta love DOM apis :)
|
They mine as well just return ¯_(ツ)_/¯ |
ditto for Firefox 34 on OS X. document.createElement('video').canPlayType('video/webm; codecs="vp8, vorbis"') Also, if I delete the sad browser overlay, the underlying page displays just fine. I think it's fine. edit: Read Issue #84, more descriptive text may be the way to go. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Firefox 34 is not recognized by Meatspaces as valid browser.
The text was updated successfully, but these errors were encountered: