From 6009ae82f78992ab4be31d4a0857e2a69b8ee1a7 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Sat, 2 May 2020 00:06:58 +0200 Subject: [PATCH] chore: update readme to prevent confusion on request timeout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95980c0..b7458e0 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ This defaults to `urlencoded`. You can also override the default content type he :warning: `multipart` depends on several Web API standards which need to be supported in your web view. Check out https://github.com/silkimen/cordova-plugin-advanced-http/wiki/Web-APIs-required-for-Multipart-requests for more info. ### setRequestTimeout -Set how long to wait for a request to respond, in seconds. +Set the "read" timeout in seconds. This is the timeout interval to use when waiting for additional data. ```js cordova.plugin.http.setRequestTimeout(5.0);