04-11-2021, 09:38 AM
I've just had a look at the download behavior of Chrome and Firefox: Chrome doesn't create the file until it has actually finished downloading, while Firefox creates a 0kb file with the actual name and another one with the name plus the '.part' extension, where downloaded data is temporarily stored. I guess I could check if a .part file exists, and in this case wait with firing the trigger. However, this would be a very specific hack, so I'll still think about whether to implement this.