So there's this Polymer-based app I've been working on and I'm
frighteningly close to releasing it to the public. Now I'd like to tell anyone who is using a browser that is not supported by Polymer to go to hell. Or to go get a decent browser - I haven't decided yet. Anyway, is there a reliable way to detect if a browser is supported by Polymer? I'm guessing this could be done relatively easily with feature detection if one knew the exact set of features that is required for Polymer to function properly. Are you perhaps maintaining a list of these features? Or is there even something like a js snippet somewhere? That would be tremendously useful.
Thanks!
Martin