v3.5.4
almost 4 years ago by Sergey Mostsevenko
- Improve incognito mode detection accuracy in Safari
- Deprecate the
ipResolutionparameter because it affects nothing - The
get()result'sipLocationfield is marked is optional in the TypeScript declaration. The field could be undefined in fact, so this is a fix of the type declaration. - Actualize the list of supported browsers
- A new error code for cases when the JS agent version is not supported:
FingerprintJS.ERROR_UNSUPPORTED_VERSION - Decrease the JS agent code size by removing legacy parts
- fix: An indefinite
setTimeoutloop in Firefox
