function
This commit is contained in:
parent
69c1c42c7e
commit
c3c296fcc7
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ const getCanvasFingerprint = () => {
|
||||||
return canvas.toDataURL();
|
return canvas.toDataURL();
|
||||||
};
|
};
|
||||||
|
|
||||||
const getCurrentBrowserFingerPrint = () => {
|
function getCurrentBrowserFingerPrint() {
|
||||||
const getTheAudioPrints = new Promise((resolve, reject) => {
|
const getTheAudioPrints = new Promise((resolve, reject) => {
|
||||||
generateTheAudioFingerPrint.run(function (fingerprint) {
|
generateTheAudioFingerPrint.run(function (fingerprint) {
|
||||||
resolve(fingerprint);
|
resolve(fingerprint);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue