Merge pull request #243 from joellimberg/patch-1

Readme typo fix: ”plugin.” → “plugin.http.”
This commit is contained in:
Sefa Ilkimen 2019-07-30 23:46:05 +02:00 committed by GitHub
commit 4b73c3762c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ cordova.plugin.http.setRequestTimeout(5.0);
Configure if it should follow redirects automatically. This defaults to true.
```js
cordova.plugin.setFollowRedirect(true);
cordova.plugin.http.setFollowRedirect(true);
```
### getCookieString