S
S
sanyalex2014-01-29 15:42:55
Angular
sanyalex, 2014-01-29 15:42:55

What is the meaning of the word "flush" in the angular.js documentation?

I study documentation on Angular.js. So the $http service has a flush() method. For myself translated as "perform". But for the reason that the verb is often found in the documentation, I would like to know what exactly is meant by this word.
In the dictionary: flush, rinse, blush.
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolai Vasilchuk, 2014-01-29
@Anonym

I met only in the meaning of "clear"

R
Ruslan Lopatin, 2014-01-29
@lorus

Reset. From buffer to disk, for example. Or, as in the case of $http, from the queue - for execution.
If you do not call flush, then the execution will begin sometime later, when the queue comes. If called, then immediately.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question