SDK
SDK Javascript v5.x
1

You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.

replayQueue #

Replays the requests queued during offline mode. Works only if the SDK is not in a disconnected state, and if the autoReplay option is set to false.


Return Value #

Returns the Kuzzle SDK object to allow chaining.

Usage #

Copied to clipboard!
kuzzle.replayQueue();