One of the new features implemented in HTML5 is the download
attribute for anchor tags. The benefit of this attribute is that it gives users the means to download content created within a client application, such as an image (converted from a canvas, for instance).
Currently, support for this feature is very poor, so I'd like to know how can I detect support for this feature in a browser.