Skip to content

Commit 5707ef6

Browse files
chore(update-plugins): Sun Jan 26 08:04:36 UTC 2025
1 parent c1c4c84 commit 5707ef6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/plugins/background-http.md

+1
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
 (0)