Skip to content

Commit

Permalink
Merge pull request #154 from fingerprintjs/docs/update-js-agent-links
Browse files Browse the repository at this point in the history
chore: update javascript agent links
  • Loading branch information
JuroUhlar authored Sep 12, 2024
2 parents 5d96fa1 + 8a76352 commit 4faba8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ Fingerprint Pro usage is billed per API call. To avoid unnecessary API calls, it
- Pass `{ignoreCache: true}` to the `getData()` function to ignore cached results for that specific API call.

> [!NOTE]
> If you use data from [`extendedResult`](https://dev.fingerprint.com/docs/js-agent#extendedresult), pay additional attention to your caching strategy.
> If you use data from [`extendedResult`](https://dev.fingerprint.com/reference/get-function#extendedresult), pay additional attention to your caching strategy.
> Some fields, for example, `ip` or `lastSeenAt`, might change over time for the same visitor. Use `getData({ ignoreCache: true })` to fetch the latest identification results.
## Error handling

The `getData` function throws errors directly from the JS Agent without changing them. See [JS Agent error handling](https://dev.fingerprint.com/docs/js-agent#error-handling) for more details.
The `getData` function throws errors directly from the JS Agent without changing them. See [JS Agent error handling](https://dev.fingerprint.com/reference/error-handling) for more details.

## API Reference

Expand Down

0 comments on commit 4faba8a

Please sign in to comment.