Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes generates a number rather than a string #14

Open
markwilson opened this issue Nov 2, 2024 · 0 comments
Open

Sometimes generates a number rather than a string #14

markwilson opened this issue Nov 2, 2024 · 0 comments

Comments

@markwilson
Copy link

markwilson commented Nov 2, 2024

getCurrentBrowserFingerPrint().then((fingerPrint) => {
  console.log(typeof fingerPrint);
}); // 'number'

Browser: Chrome - Version 129.0.6668.90 (Official Build) (x86_64)
OS: Mac OS 14.6.1 (23G93)

Expected: 'string'

Ref:

export const getCurrentBrowserFingerPrint = (): Promise<string> => {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant