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
The export test run feature happens to show a popup message for the user, after the operation is complete.
The thing is that the message may appear even before. That occurs because the browser may ask for permission or the path to download the file.
The image below shows Safari asking to allow the download with the success message already in screen:
So, the question is: Is it possible to verify the download actually started before showing the confirmation message?
The text was updated successfully, but these errors were encountered:
Addressed in this PR: Implements custom saveAs function with callback #9
Sorry, something went wrong.
raul-marquez-csa
No branches or pull requests
The export test run feature happens to show a popup message for the user, after the operation is complete.
The thing is that the message may appear even before.
That occurs because the browser may ask for permission or the path to download the file.
The image below shows Safari asking to allow the download with the success message already in screen:
So, the question is:
Is it possible to verify the download actually started before showing the confirmation message?
The text was updated successfully, but these errors were encountered: