SDK
SDK Javascript v7.x
2

stopQueuing #

Stops the requests queuing. Works only in offline state, and if the autoQueue option is set to false.

Arguments #

Copied to clipboard!
stopQueuing();

Return #

The Kuzzle instance.

Usage #

Copied to clipboard!
try {
  kuzzle.stopQueuing();
  console.log('Stop queuing requests');
} catch (error) {
  console.error(error);
}