@tripo3d/fingerprint / sources
Variable: sources
ts
const sources: object;Defined in: sources/index.ts:53
The list of entropy sources used to make visitor identifiers.
This value isn't restricted by Semantic Versioning, i.e. it may be changed without bumping minor or major version of this package.
Note: Rollup and Webpack are smart enough to remove unused properties of this object during tree-shaking, so there is no need to export the sources individually.
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
applePay() | () => -3 | -2 | -1 | 0 | 1 | getApplePayState | sources/index.ts:58 |
architecture() | () => number | getArchitecture | sources/index.ts:59 |
audio() | () => number | (() => Promise<number>) | getAudioFingerprint | sources/index.ts:60 |
audioBaseLatency() | () => number | getAudioContextBaseLatency | sources/index.ts:61 |
canvas() | () => CanvasFingerprint | getCanvasFingerprint | sources/index.ts:62 |
colorDepth() | () => number | getColorDepth | sources/index.ts:63 |
colorGamut() | () => ColorGamut | undefined | getColorGamut | sources/index.ts:65 |
contrast() | () => number | undefined | getContrastPreference | sources/index.ts:66 |
cookiesEnabled() | () => boolean | areCookiesEnabled | sources/index.ts:67 |
cpuClass() | () => string | undefined | getCpuClass | sources/index.ts:68 |
dateTimeLocale() | () => string | -2 | -3 | -1 | getDateTimeLocale | sources/index.ts:69 |
deviceMemory() | () => number | undefined | getDeviceMemory | sources/index.ts:70 |
domBlockers() | (__namedParameters) => Promise<string[] | undefined> | getDomBlockers | sources/index.ts:71 |
fontPreferences() | () => Promise<Record<string, number>> | getFontPreferences | sources/index.ts:72 |
fonts() | () => Promise<string[]> | getFonts | sources/index.ts:73 |
forcedColors() | () => boolean | undefined | areColorsForced | sources/index.ts:74 |
hardwareConcurrency() | () => number | undefined | getHardwareConcurrency | sources/index.ts:75 |
hdr() | () => boolean | undefined | isHDR | sources/index.ts:76 |
indexedDB() | () => boolean | undefined | getIndexedDB | sources/index.ts:77 |
invertedColors() | () => boolean | undefined | areColorsInverted | sources/index.ts:78 |
languages() | () => string[][] | getLanguages | sources/index.ts:79 |
localStorage() | () => boolean | getLocalStorage | sources/index.ts:80 |
math() | () => Record<string, number> | getMathFingerprint | sources/index.ts:81 |
monochrome() | () => number | undefined | getMonochromeDepth | sources/index.ts:82 |
openDatabase() | () => boolean | getOpenDatabase | sources/index.ts:83 |
osCpu() | () => string | undefined | getOsCpu | sources/index.ts:84 |
pdfViewerEnabled() | () => boolean | undefined | isPdfViewerEnabled | sources/index.ts:85 |
platform() | () => string | getPlatform | sources/index.ts:86 |
plugins() | () => PluginData[] | undefined | getPlugins | sources/index.ts:87 |
privateClickMeasurement() | () => string | undefined | getPrivateClickMeasurement | sources/index.ts:88 |
reducedMotion() | () => boolean | undefined | isMotionReduced | sources/index.ts:89 |
reducedTransparency() | () => boolean | undefined | isTransparencyReduced | sources/index.ts:90 |
screenFrame() | () => () => Promise<FrameSize | undefined> | getScreenFrame | sources/index.ts:91 |
screenResolution() | () => ScreenResolution | undefined | getScreenResolution | sources/index.ts:92 |
sessionStorage() | () => boolean | getSessionStorage | sources/index.ts:93 |
timezone() | () => string | getTimezone | sources/index.ts:94 |
touchSupport() | () => TouchSupport | getTouchSupport | sources/index.ts:95 |
userAgentData() | () => Promise<StableUserAgentData | undefined> | getUserAgentData | sources/index.ts:98 |
vendor() | () => string | getVendor | sources/index.ts:99 |
vendorFlavors() | () => string[] | getVendorFlavors | sources/index.ts:100 |
webGlBasics() | (__namedParameters) => WebGlBasicsPayload | SpecialStatus | getWebGlBasics | sources/index.ts:104 |
webGlExtensions() | (__namedParameters) => WebGlExtensionsPayload | SpecialStatus | getWebGlExtensions | sources/index.ts:105 |