stopQueuing #
Stops the requests queuing. Works only in offline
state, and if the autoQueue
option is set to false.
Arguments #
stopQueuing();
Return #
The Kuzzle
instance.
Usage #
try {
kuzzle.stopQueuing();
console.log('Stop queuing requests');
} catch (error) {
console.error(error);
}
Edit this page on Github(opens new window)