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