You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes a pdf file takes a long time to download and as a consequence a user can call it again. That results in redundancy as a PDF file is then downloaded again needlessly. There needs to be flag with a timeout which checks if the last call is finished and a way for the user to abort the download also.
We can do with a progress meter of download but I'm not sure if that's supported by url-retrieve.
So upon a quick search, there's a make-progress-reporter and progress-reporter update function which can be used
Sometimes a pdf file takes a long time to download and as a consequence a user can call it again. That results in redundancy as a PDF file is then downloaded again needlessly. There needs to be flag with a timeout which checks if the last call is finished and a way for the user to abort the download also.
We can do with a progress meter of download but I'm not sure if that's supported by
url-retrieve
.So upon a quick search, there's a
make-progress-reporter
andprogress-reporter update
function which can be usedThe text was updated successfully, but these errors were encountered: