Skip to content

Commit

Permalink
chore: update javascript agent link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar authored Sep 10, 2024
1 parent 49d11b7 commit 8085360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Fingerprint Pro usage is billed per API call. To avoid unnecessary API calls, it
* Pass `{ignoreCache: true}` to the `getData()`/`getVisitorData()`/`getVisitorDataExtended()` 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.
## Support and feedback
Expand Down

0 comments on commit 8085360

Please sign in to comment.