We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b8f78 commit f753569Copy full SHA for f753569
1 file changed
README.md
@@ -665,7 +665,7 @@ Fired when a download is starting. Provides a robust argument object for decisio
665
*Args properties:
666
Uri (string): The target URL of the download.
667
ResultFilePath (string): Get/Set the target file path.
668
- Handled (bool): Set to True to indicate AutoIt has handled the UI/Decision (stops the 600ms wait loop).
+ Handled (bool): Set to True to indicate AutoIt has handled the UI/Decision (stops the 5000ms wait loop).
669
Cancel (bool): Set to True to cancel the download immediately.
670
MimeType (string): The MIME type of the content (e.g., "application/pdf").
671
ContentDisposition (string): The Content-Disposition header from the server.
0 commit comments