-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
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. |
Thank you for the quick reply. I'll report back if I get anywhere with this idea I'm working on now :) |
I am trying to extrapolate what the current version of each browser is. The
currentVersion
of most of the browsers inagents
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?The text was updated successfully, but these errors were encountered: