Home > @snowplow/browser-tracker > EventStoreIterator > next
Retrieve the next event in the store
Signature:
next: () => Promise<{
value: EventStorePayload | undefined;
done: boolean;
}>;Home > @snowplow/browser-tracker > EventStoreIterator > next
Retrieve the next event in the store
Signature:
next: () => Promise<{
value: EventStorePayload | undefined;
done: boolean;
}>;