Skip to content

Commit

Permalink
docs: review suggested fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Apr 12, 2022
1 parent 2d5ad2e commit 77ec7a7
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 @@ -207,7 +207,7 @@ Custom prefix for localStorage and sessionStorage cache keys. Will be ignored if
- `config: UseVisitorDataConfig`'s property `immediate` determines whether the `getData()` method will be called immediately after the hook mounts or not.

#### Returned object
- `getData: (ignoreCache: boolean) => Promise<VisitorData>` Performs identification request to server and returns visitors data. When it is called, a FingerprintJS server will send a [webhook request](https://dev.fingerprintjs.com/docs/webhooks) to your server.
- `getData: (ignoreCache: boolean) => Promise<VisitorData>` Performs identification request to server and returns visitors data.
- `isLoading: boolean` Indicates `getData` request status.
- `data: VisitorData` Contains visitors data requested after `getData()` call.
- `error: Error` Error information in case the request failed.
Expand Down

0 comments on commit 77ec7a7

Please sign in to comment.