Sha256: 7df862f37fd1ac2230f86540dee03b416df444d703bc6be6bd9766e86935f6e4
Contents?: true
Size: 334 Bytes
Versions: 144
Compression:
Stored size: 334 Bytes
Contents
// a[download] attribute // When used on an <a>, this attribute signifies that the resource it // points to should be downloaded by the browser rather than navigating to it. // http://developers.whatwg.org/links.html#downloading-resources // By Addy Osmani Modernizr.addTest('adownload', 'download' in document.createElement('a'));
Version data entries
144 entries across 144 versions & 7 rubygems