Skip to content

Commit

Permalink
chore(update-plugins): Sun Jan 26 08:04:36 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
nativescript-oss committed Jan 26, 2025
1 parent c1c4c84 commit 5707ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/plugins/background-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ The request object parameter has the following properties:
| `method` | `string` | The request method (e.g. `POST`). |
| `headers` | `object` | Used to specify additional headers. |
| `description` | `string` | Used to help identify the upload task locally - not sent to the remote server. |
| `timeout` | `number` | (`iOS only`) Sets the request timeout in seconds (s). |
| `utf8` | `boolean` | (`Android-only`, `multipartUpload()-only`) If true, sets the charset for the multipart request to UTF-8. Default is `false`. |
| `androidNotificationOnProgressTitle` | `string` | Use this to set the on progress title shown in the Android notifications center. |
| `androidNotificationOnProgressMessage` | `string` | Use this to set the on progress message shown in the Android notifications center. |
Expand Down

0 comments on commit 5707ef6

Please sign in to comment.