v3.4.0
over 3 years ago by Sergey Mostsevenko
- Makes
get
run much faster when some time passes between callingload()
andget()
. See the JavaScript agent preloading guide to learn how to leverage it. - Added an error constant for bad server response format:
FingerprintJS.ERROR_BAD_RESPONSE_FORMAT
. The error can be caused by wrong endpoint. - The
disableTls
option is moved from theget
options to theload
options. It still works when set withinget
options for compatibility, but doesn't actually disable the TLS request. So we recommend updating your code if you usedisableTls
. - fix: JS agent may never complete getting the visitor identifier when the page is in background.