@tripo3d/fingerprint / LoadOptions
Interface: LoadOptions
Defined in: agent.ts:12
Options for Fingerprint class loading
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
debug? | boolean | Whether to print debug messages to the console. Required to ease investigations of problems. | agent.ts:17 |
delayFallback? | number | When browser doesn't support requestIdleCallback a setTimeout will be used. This number is only for Safari and old Edge, because Chrome/Blink based browsers support requestIdleCallback. The value is in milliseconds. Default 50 | agent.ts:23 |