fp-collect icon indicating copy to clipboard operation
fp-collect copied to clipboard

Internet Explorer is unsupported

Open alperacabey opened this issue 4 years ago • 0 comments
trafficstars

we can not get the fingerprint data on ie

  <script src="/fpCollect.min.js"></script>
  <script type="text/javascript">
    document.addEventListener('DOMContentLoaded', function () {
      var fingerprint = fpCollect.generateFingerprint().then((fingerprint) => {
        console.log(JSON.stringify(fingerprint));
      });
    })
  </script>

alperacabey avatar Feb 23 '21 11:02 alperacabey