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

Drop old browsers support #186

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Drop old browsers support #186

merged 3 commits into from
Oct 18, 2024

Conversation

Finesse
Copy link
Member

@Finesse Finesse commented Oct 18, 2024

The dropped browsers:

  • Chrome 65–72 (0.028%; 1 year of versions)
  • iOS 12 (0.019%)
  • Desktop Safari 12 (0.001%)
  • Firefox 75–88 (0.013%; 1 year of versions)

FingerprintJS won't stop working in them immediately. We will just stop testing in these browsers. The PR also adds Samsung Internet to the list of tested browsers.

The above percents are of the Fingerprint Pro audience.

@Finesse Finesse self-assigned this Oct 18, 2024
const version = getBrowserVersion() ?? { major: 0, minor: 0 }

// We do not want to call ua-parser-js in these tests, as those likely
// use navigator.userAgent internally.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed the comment because getBrowserVersion and getBrowserEngineVersion use ua-parser-js under the hood

@Finesse Finesse marked this pull request as ready for review October 18, 2024 08:09
@Finesse Finesse merged commit c8ecbc5 into main Oct 18, 2024
3 checks passed
@Finesse Finesse deleted the chore/browser-support branch October 18, 2024 12:13
@tvvocold
Copy link

Hi @Finesse Please also publish a release at the same time, thank you.

@Finesse
Copy link
Member Author

Finesse commented Oct 20, 2024

@tvvocold This is excessive because nothing changed in the runtime code

@tvvocold
Copy link

I see, thx ; )

@tvvocold This is excessive because nothing changed in the runtime code

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

Successfully merging this pull request may close these issues.

3 participants