Preparing search index...
The search index is not available
@fingerprintjs/fingerprintjs-pro-svelte
@fingerprintjs/fingerprintjs-pro-svelte
useVisitorData
Function useVisitorData
use
Visitor
Data
<
TExtended
>
(
topLevelOptions
,
__namedParameters
?
)
:
UseGetVisitorDataResult
<
TExtended
>
API for fetching visitorData.
Type Parameters
TExtended
extends
boolean
Parameters
topLevelOptions
:
UseVisitorDataOptions
<
TExtended
>
Optional
__namedParameters
:
FpjsSvelteQueryOptions
Returns
UseGetVisitorDataResult
<
TExtended
>
Example: ```svelte <script> import { useVisitorData } from '@fingerprintjs/fingerprintjs-pro-svelte'; const { data, getData, isLoading, error } = useVisitorData( { extendedResult: true } ); // Fetch data on mount and ignore cache // const { data, getData, isLoading, error } = useVisitorData({ extendedResult: true, ignoreCache: true }, { immediate: true }) </script> ```
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@fingerprintjs/fingerprintjs-pro-svelte
default
FingerprintJSPro
Agent
Confidence
GetOptions
IpLocation
ZeroTrust
Endpoint
ExtendedGetResult
FullIpExtendedGetResult
FullIpLocation
GetResult
IPResolution
LoadOptions
Product
Region
ScriptUrlPattern
TlsEndpoint
ERROR_API_KEY_EXPIRED
ERROR_API_KEY_INVALID
ERROR_API_KEY_MISSING
ERROR_BAD_REQUEST_FORMAT
ERROR_BAD_RESPONSE_FORMAT
ERROR_CLIENT_TIMEOUT
ERROR_CSP_BLOCK
ERROR_FORBIDDEN_ENDPOINT
ERROR_FORBIDDEN_HEADER
ERROR_FORBIDDEN_ORIGIN
ERROR_GENERAL_SERVER_FAILURE
ERROR_INSTALLATION_METHOD_RESTRICTED
ERROR_INTEGRATION_FAILURE
ERROR_INVALID_ENDPOINT
ERROR_NETWORK_ABORT
ERROR_NETWORK_CONNECTION
ERROR_RATE_LIMIT
ERROR_SCRIPT_LOAD_FAIL
ERROR_SERVER_TIMEOUT
ERROR_SUBSCRIPTION_NOT_ACTIVE
ERROR_TOKEN_EXPIRED
ERROR_TOKEN_INVALID
ERROR_TOKEN_MISSING
ERROR_UNSUPPORTED_VERSION
ERROR_WRONG_REGION
default
defaultEndpoint
defaultScriptUrlPattern
defaultTlsEndpoint
load
CacheLocation
FpjsProvider
InMemoryCache
LocalStorageCache
SessionStorageCache
FpjsSvelteContext
FpjsSvelteQueryOptions
FpjsVisitorQueryData
GetDataOptions
ICache
Cacheable
ClearCache
ExtendedGetResult
FpjsSvelteOptions
GetOptions
GetResult
GetVisitorData
LoadOptions
UseGetVisitorDataResult
UseVisitorDataOptions
VisitorData
FPJS_CONTEXT
defaultEndpoint
defaultScriptUrlPattern
defaultTlsEndpoint
useVisitorData
Generated using
TypeDoc
API for fetching visitorData.