Skip to content

Commit

Permalink
docs: tweak worker client docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pbohlman committed Jun 14, 2024
1 parent ad2c613 commit bdc229b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/client/web-worker-client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ const client = new WorkerClient({

## Debugging a `WorkerClient`

Because the `WorkerClient` runs in a Shared Worker, you can't directly access the client in the browser's console. Instead, navigate to `chrome://inspect/#workers` to view the logs for the Shared Worker.
Because the `WorkerClient` runs in a Shared Worker you can't immediately view the Triplit-specific logs it produces. Instead, navigate to `chrome://inspect/#workers` to view the logs for the Shared Worker. We plan to add better debugging support for the `WorkerClient` in the future.

0 comments on commit bdc229b

Please sign in to comment.