Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48983

Set timeout for HttpClient

$
0
0

I need to manage timeout of all backend request. This is my code…

    ...
    var httpHeaders = this.getHeader();
    return this.http.post(httpUrl, JSON.stringify(data), httpHeaders);
 

I tried to use timeout function but it is not present.

this.http.post(httpUrl, JSON.stringify(data), httpHeaders).timeout(10000);

What is the solution?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 48983

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>