browserDownloadRequest | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | xbrowser_downloadrequest | |||||||||
Summary | Sent when a download has been requested in a browser object. | |||||||||
Introduced | 2.8.1 | |||||||||
OS | mac, windows | |||||||||
Platforms | desktop | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Glossary: function, browserCancel Message: browserDocumentCompleteFrame, queryRecordChanged, browserBeforeNavigate, browserBeforeNavigateFrame, browserDocumentComplete Function: revBrowserOpen | |||||||||
Security | network | |||||||||
Description | The browserDownloadRequest message is sent to the current card of stack containing a browser object when a url has been requested as a download. On Windows, if the browserCancel global is set to false on exit from the callback, the browser proceeds to download the file. On OS X, the callback is a notification only and downloading should be performed by the host application.
|