Home > @snowplow/browser-tracker > flushBuffer
Send all events in the outQueue Only need to use this when sending events with a bufferSize of at least 2
Signature:
declare function flushBuffer(configuration?: FlushBufferConfiguration, trackers?: Array<string>): void;| Parameter | Type | Description |
|---|---|---|
| configuration | FlushBufferConfiguration | The configuration to use following flushing the buffer |
| trackers | Array<string> | The tracker identifiers which will be flushed |
Returns:
void