We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !
When the script is enabled a link has a "download" attribute, a click triggers two downloads of this file.
<a href="http://example.com/file.zip" download>my file</a>
I have reproduced it in Chrome macOS 81.0.4044.138, and Firefox macOS 76.0.1.
The browser will sometimes ask to enable download for multiple files ( sorry, alert is in french )
It happened on the WordPress plugin, but it can be reproduced on your demo website by adding a download attribute to most links.
Once the WordPress plugin is disabled, everything works fine, as in a local test file when i removed the script.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !
When the script is enabled a link has a "download" attribute, a click triggers two downloads of this file.
<a href="http://example.com/file.zip" download>my file</a>
I have reproduced it in Chrome macOS 81.0.4044.138, and Firefox macOS 76.0.1.
The browser will sometimes ask to enable download for multiple files ( sorry, alert is in french )
It happened on the WordPress plugin, but it can be reproduced on your demo website by adding a download attribute to most links.
Once the WordPress plugin is disabled, everything works fine, as in a local test file when i removed the script.
The text was updated successfully, but these errors were encountered: