Skip to content

@tripo3d/fingerprint / GetResult

Interface: GetResult

Defined in: agent.ts:41

Result of getting a visitor identifier

Properties

PropertyTypeDescriptionDefined in
componentsBuiltinComponentsList of components that has formed the visitor identifier. Warning! The type of this property is specific but out of Semantic Versioning, i.e. may have incompatible changes within a major version. If you want to avoid breaking changes, treat the property as having type UnknownComponents that is more generic but guarantees backward compatibility within a major version.agent.ts:49
confidenceConfidenceA confidence score that tells how much the agent is sure about the visitor identifieragent.ts:53
versionstringThe fingerprinting algorithm version See https://github.com/fingerprintjs/fingerprintjs#version-policy For more detailsagent.ts:59
visitorIdstringThe visitor identifieragent.ts:63

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