Skip to content

Commit

Permalink
[docs] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Nov 29, 2023
1 parent 45f558c commit 276d389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default defineComponent({
## Support for Web Workers (Experimental)
While this package does not support web workers out of the box, there are options:

1. Run analytics.js in a web worker via [partytown.io](https://partytown.builder.io/). See [our partytown example](../../apps/next-playground/pages/partytown). **Supports both cloud and device mode destinations, but not all device mode destinations may work.**
1. Run analytics.js in a web worker via [partytown.io](https://partytown.builder.io/). See [our partytown example](../../playgrounds/next-playground/pages/partytown). **Supports both cloud and device mode destinations, but not all device mode destinations may work.**

2. Try [@segment/analytics-node](../node) with `maxEventsInBatch: 1`, which should work in any runtime where `fetch` is available. **Warning: cloud destinations only!**

Expand Down

0 comments on commit 276d389

Please sign in to comment.