api-docs/docs/browser-tracker/markdown/browser-tracker.browsertracker.flushbuffer.md
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@snowplow/browser-tracker](./browser-tracker.md) > [BrowserTracker](./browser-tracker.browsertracker.md) > [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;
```