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

agents missing currentVersion property #5

Closed
Munter opened this issue Sep 25, 2012 · 2 comments
Closed

agents missing currentVersion property #5

Munter opened this issue Sep 25, 2012 · 2 comments

Comments

@Munter
Copy link

Munter commented Sep 25, 2012

I am trying to extrapolate what the current version of each browser is. The currentVersion of most of the browsers in agents is an empty string. Is this a mistake?

Is the versions array in each of the agents (currently 20 in length) always 20 long?

Can I assume that the last two entries are always far future and near future and that array[array.length-3] is always the current version?

@Fyrd
Copy link
Owner

Fyrd commented Sep 25, 2012

The only purpose the currentVersion (currently) serves is to provide the number associated with the current version for Firefox/Chrome for Android as I don't track older versions of them.

No, that length will increase as new versions are released.

Yes, that assumption is correct and array[array.length-3] is what you'll want.

@Munter
Copy link
Author

Munter commented Sep 25, 2012

Thank you for the quick reply. I'll report back if I get anywhere with this idea I'm working on now :)

@Munter Munter closed this as completed Sep 25, 2012
yell0wd0g pushed a commit to yell0wd0g/caniuse that referenced this issue Aug 24, 2016
kiding pushed a commit to kiding/caniuse that referenced this issue Jul 3, 2020
- Added Fyrd#4 to 13.1: Should be the same as 13.
- Removed Fyrd#5 from 14 and TP: Support for 10.13/10.14 have been dropped.
kiding added a commit to kiding/caniuse that referenced this issue Jul 3, 2020
- Added Fyrd#4 to 13.1: Should be the same as 13.
- Fyrd#4 stays absent from 14: Highly likely support for 10.13 will be dropped.
- Removed Fyrd#5 from TP: Support for 10.14 has been dropped.
kiding added a commit to kiding/caniuse that referenced this issue Jul 3, 2020
- Added Fyrd#4 to 13.1: Should be the same as 13.
- Fyrd#4 stays absent from 14: Highly likely support for 10.13 will be dropped.
- Fyrd#5 stays on 15: Likely support for 10.14 will not be dropped.
- Removed Fyrd#5 from TP: Support for 10.14 has been dropped.
kiding added a commit to kiding/caniuse that referenced this issue Jul 3, 2020
- Added Fyrd#4 to 13.1: Should be the same as 13.
- Fyrd#4 stays absent from 14: Highly likely support for 10.13 will be dropped.
- Fyrd#5 stays on 14: Likely support for 10.14 will not be dropped.
- Removed Fyrd#5 from TP: Support for 10.14 has been dropped.
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

2 participants