snowplow/snowplow-javascript-tracker

View on GitHub
api-docs/docs/browser-tracker/markdown/browser-tracker.browsertracker.flushbuffer.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [BrowserTracker](./browser-tracker.browsertracker.md) &gt; [flushBuffer](./browser-tracker.browsertracker.flushbuffer.md)

## BrowserTracker.flushBuffer property

Send all events in the outQueue Only need to use this when sending events with a bufferSize of at least 2

<b>Signature:</b>

```typescript
flushBuffer: (configuration?: FlushBufferConfiguration) => void;
```