download_uri
Description:
Requests downloading of the specified URI string.
The download operation will not be associated to any WebView, if you are interested in starting a download from a particular WebView use download_uri instead.
Parameters:
this | |
uri |
the URI to download |
Returns:
a new Download representing the download operation. |