File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -332,6 +332,7 @@ The request object parameter has the following properties:
332332| ` method ` | ` string ` | The request method (e.g. ` POST ` ). |
333333| ` headers ` | ` object ` | Used to specify additional headers. |
334334| ` description ` | ` string ` | Used to help identify the upload task locally - not sent to the remote server. |
335+ | ` timeout ` | ` number ` | (` iOS only ` ) Sets the request timeout in seconds (s). |
335336| ` utf8 ` | ` boolean ` | (` Android-only ` , ` multipartUpload()-only ` ) If true, sets the charset for the multipart request to UTF-8. Default is ` false ` . |
336337| ` androidNotificationOnProgressTitle ` | ` string ` | Use this to set the on progress title shown in the Android notifications center. |
337338| ` androidNotificationOnProgressMessage ` | ` string ` | Use this to set the on progress message shown in the Android notifications center. |
You can’t perform that action at this time.
0 commit comments