frontend/.pnpm-store/v3/files/e5/fb4822a57d19dc7f4efdecb283258a180303edfa70e3606e5eb761b581241c10a28d07a9862408e6ab912190962ba61bcf806af70b76ed5bb5361fc3364af1

9 lines
334 B
Plaintext

// 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'));