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
What about urls with savePath pointing at non-existing files redirected to existing files?
Maybe we can use a bitset containing options and 3 optional life cycle function for this.
The text was updated successfully, but these errors were encountered:
This could be made into a optional life cycle callback, with all conditions passed in and operations as return value, the existance of local file are only detected if the life cycle exists.
shouldBeDiscardedFromDownload
If-Modified-Since
and checkLast-Modified
read from diskread from disk if not newer than remoteLast-Modified
What about urls with savePath pointing at non-existing files redirected to existing files?
Maybe we can use a bitset containing options and 3 optional life cycle function for this.
The text was updated successfully, but these errors were encountered: