updated readme file

This commit is contained in:
Sefa Ilkimen 2016-12-06 10:29:35 +01:00
parent 4afb375971
commit a6a1bcaab1

View File

@ -66,6 +66,10 @@ You can choose one of these two:
Caution: `urlencoded` does not support serializing deep structures whereas `json` does.
### clearCookies
Clear the cookie store.
cordovaHTTP.clearCookies();
## Asynchronous Functions
These functions all take success and error callbacks as their last 2 arguments.
@ -206,11 +210,6 @@ This plugin utilizes some awesome open source networking libraries. These are b
We made a few modifications to http-request. They can be found in a separate repo here: https://github.com/wymsee/http-request
## Cookies
Cookies are not persisted, they are hold in memory. They are gone when you close the app or even if you do a `window.location` change.
Take this into account when using this plugin in your application.
## License
The MIT License