Skip to content

@tripo3d/fingerprint / LoadOptions

Interface: LoadOptions

Defined in: agent.ts:12

Options for Fingerprint class loading

Properties

PropertyTypeDescriptionDefined in
debug?booleanWhether to print debug messages to the console. Required to ease investigations of problems.agent.ts:17
delayFallback?numberWhen 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 50agent.ts:23

基于 MIT 协议发布(内部使用)